Home
last modified time | relevance | path

Searched refs:EVP_CipherUpdate (Results 1 – 11 of 11) sorted by relevance

/openbsd/lib/libcrypto/evp/
H A Dbio_enc.c214 EVP_CipherUpdate(ctx->cipher_ctx, in enc_read()
274 EVP_CipherUpdate(ctx->cipher_ctx, in enc_write()
H A Devp_cipher.c249 EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *out_len, in EVP_CipherUpdate() function
257 LCRYPTO_ALIAS(EVP_CipherUpdate);
H A Devp.h498 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
/openbsd/lib/libcrypto/pkcs12/
H A Dp12_decr.c94 if (!EVP_CipherUpdate(&ctx, out, &i, in, inlen)) { in PKCS12_pbe_crypt()
/openbsd/lib/libcrypto/cms/
H A Dcms_kari.c265 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 Devp.h110 LCRYPTO_USED(EVP_CipherUpdate);
/openbsd/sbin/iked/
H A Dcrypto.c609 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 Dusm.c301 if (EVP_CipherUpdate(ctx, outtext, &len, serialpdu, pdulen) && in usm_crypt()
/openbsd/usr.sbin/snmpd/
H A Dusm.c670 if (EVP_CipherUpdate(ctx, outbuf, &len, inbuf, inlen) && in usm_crypt()
/openbsd/regress/lib/libcrypto/wycheproof/
H A Dwycheproof.go765 …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 DSymbols.list1131 EVP_CipherUpdate