Home
last modified time | relevance | path

Searched refs:CRYPTO_ocb128_decrypt (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/crypto/openssl/include/openssl/
Dmodes.h196 int CRYPTO_ocb128_decrypt(OCB128_CONTEXT *ctx, const unsigned char *in,
/freebsd-12-stable/crypto/openssl/crypto/modes/
Docb128.c421 int CRYPTO_ocb128_decrypt(OCB128_CONTEXT *ctx, in CRYPTO_ocb128_decrypt() function
/freebsd-12-stable/crypto/openssl/crypto/evp/
De_aes.c4187 if (!CRYPTO_ocb128_decrypt(&octx->ocb, buf, out, in aes_ocb_cipher()
4212 if (!CRYPTO_ocb128_decrypt in aes_ocb_cipher()
4238 if (!CRYPTO_ocb128_decrypt(&octx->ocb, octx->data_buf, out, in aes_ocb_cipher()
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map827 CRYPTO_ocb128_decrypt;