Searched refs:CRYPTO_ocb128_decrypt (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | modes.h | 207 int CRYPTO_ocb128_decrypt(OCB128_CONTEXT *ctx, const unsigned char *in,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | modes.h | 196 int CRYPTO_ocb128_decrypt(OCB128_CONTEXT *ctx, const unsigned char *in,
|
/third_party/openssl/include/openssl/ |
H A D | modes.h | 207 int CRYPTO_ocb128_decrypt(OCB128_CONTEXT *ctx, const unsigned char *in,
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_ocb.c | 88 if (!CRYPTO_ocb128_decrypt(&ctx->ocb, in, out, len)) in aes_generic_ocb_cipher()
|
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | ocb128.c | 421 int CRYPTO_ocb128_decrypt(OCB128_CONTEXT *ctx, in CRYPTO_ocb128_decrypt() function
|
/third_party/openssl/crypto/modes/ |
H A D | ocb128.c | 421 int CRYPTO_ocb128_decrypt(OCB128_CONTEXT *ctx, in CRYPTO_ocb128_decrypt() function
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_ocb.c | 88 if (!CRYPTO_ocb128_decrypt(&ctx->ocb, in, out, len)) in aes_generic_ocb_cipher()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes.c | 3947 if (!CRYPTO_ocb128_decrypt(&octx->ocb, buf, out, in aes_ocb_cipher() 3972 if (!CRYPTO_ocb128_decrypt in aes_ocb_cipher() 3998 if (!CRYPTO_ocb128_decrypt(&octx->ocb, octx->data_buf, out, in aes_ocb_cipher()
|
/third_party/openssl/crypto/evp/ |
H 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 19 milliseconds