Searched refs:EVP_CipherUpdate (Results 1 – 11 of 11) sorted by relevance
/openbsd/lib/libcrypto/evp/ |
H A D | bio_enc.c | 214 EVP_CipherUpdate(ctx->cipher_ctx, in enc_read() 274 EVP_CipherUpdate(ctx->cipher_ctx, in enc_write()
|
H A D | evp_cipher.c | 249 EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *out_len, in EVP_CipherUpdate() function 257 LCRYPTO_ALIAS(EVP_CipherUpdate);
|
H A D | evp.h | 498 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
|
/openbsd/lib/libcrypto/pkcs12/ |
H A D | p12_decr.c | 94 if (!EVP_CipherUpdate(&ctx, out, &i, in, inlen)) { in PKCS12_pbe_crypt()
|
/openbsd/lib/libcrypto/cms/ |
H A D | cms_kari.c | 265 if (!EVP_CipherUpdate(kari->ctx, NULL, &outlen, in, inlen)) in cms_kek_cipher() 270 if (!EVP_CipherUpdate(kari->ctx, out, &outlen, in, inlen)) in cms_kek_cipher()
|
/openbsd/lib/libcrypto/hidden/openssl/ |
H A D | evp.h | 110 LCRYPTO_USED(EVP_CipherUpdate);
|
/openbsd/sbin/iked/ |
H A D | crypto.c | 609 if (EVP_CipherUpdate(encr->encr_ctx, NULL, &olen, in, inlen) != 1) { in cipher_aad() 624 if (EVP_CipherUpdate(encr->encr_ctx, out, &olen, in, inlen) != 1) { in cipher_update()
|
/openbsd/usr.bin/snmp/ |
H A D | usm.c | 301 if (EVP_CipherUpdate(ctx, outtext, &len, serialpdu, pdulen) && in usm_crypt()
|
/openbsd/usr.sbin/snmpd/ |
H A D | usm.c | 670 if (EVP_CipherUpdate(ctx, outbuf, &len, inbuf, inlen) && in usm_crypt()
|
/openbsd/regress/lib/libcrypto/wycheproof/ |
H A D | wycheproof.go | 765 …ret = C.EVP_CipherUpdate(ctx, (*C.uchar)(unsafe.Pointer(&cipherOut[0])), &cipherOutLen, (*C.uchar)… 907 ret = C.EVP_CipherUpdate(ctx, nil, &cipherOutLen, nil, C.int(inLen)) 914 …ret = C.EVP_CipherUpdate(ctx, nil, &cipherOutLen, (*C.uchar)(unsafe.Pointer(&aad[0])), C.int(aadLe… 926 …ret = C.EVP_CipherUpdate(ctx, (*C.uchar)(unsafe.Pointer(&cipherOut[0])), &cipherOutLen, (*C.uchar)…
|
/openbsd/lib/libcrypto/ |
H A D | Symbols.list | 1131 EVP_CipherUpdate
|