Searched refs:CRYPTO_ocb128_decrypt (Results 1 – 7 of 7) sorted by relevance
/openssl-master/include/openssl/ |
A D | modes.h | 207 int CRYPTO_ocb128_decrypt(OCB128_CONTEXT *ctx, const unsigned char *in,
|
/openssl-master/crypto/modes/ |
A D | ocb128.c | 421 int CRYPTO_ocb128_decrypt(OCB128_CONTEXT *ctx, in CRYPTO_ocb128_decrypt() function
|
/openssl-master/providers/implementations/ciphers/ |
A D | cipher_aes_ocb.c | 88 if (!CRYPTO_ocb128_decrypt(&ctx->ocb, in, out, len)) in aes_generic_ocb_cipher()
|
/openssl-master/util/ |
A D | missingcrypto.txt | 442 CRYPTO_ocb128_decrypt(3)
|
A D | missingcrypto111.txt | 478 CRYPTO_ocb128_decrypt(3)
|
A D | libcrypto.num | 2399 CRYPTO_ocb128_decrypt 2451 3_0_0 EXIST::FUNCTION:OCB
|
/openssl-master/crypto/evp/ |
A D | e_aes.c | 3953 if (!CRYPTO_ocb128_decrypt(&octx->ocb, buf, out, in aes_ocb_cipher() 3978 if (!CRYPTO_ocb128_decrypt in aes_ocb_cipher() 4004 if (!CRYPTO_ocb128_decrypt(&octx->ocb, octx->data_buf, out, in aes_ocb_cipher()
|
Completed in 44 milliseconds