Home
last modified time | relevance | path

Searched refs:CRYPTO_ocb128_encrypt (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/openssl/openssl/include/openssl/
H A Dmodes.h205 int CRYPTO_ocb128_encrypt(OCB128_CONTEXT *ctx, const unsigned char *in,
/third_party/openssl/ohos_lite/include/openssl/
H A Dmodes.h194 int CRYPTO_ocb128_encrypt(OCB128_CONTEXT *ctx, const unsigned char *in,
/third_party/openssl/include/openssl/
H A Dmodes.h205 int CRYPTO_ocb128_encrypt(OCB128_CONTEXT *ctx, const unsigned char *in,
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb.c85 if (!CRYPTO_ocb128_encrypt(&ctx->ocb, in, out, len)) in aes_generic_ocb_cipher()
/third_party/node/deps/openssl/openssl/crypto/modes/
H A Docb128.c329 int CRYPTO_ocb128_encrypt(OCB128_CONTEXT *ctx, in CRYPTO_ocb128_encrypt() function
/third_party/openssl/crypto/modes/
H A Docb128.c329 int CRYPTO_ocb128_encrypt(OCB128_CONTEXT *ctx, in CRYPTO_ocb128_encrypt() function
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb.c85 if (!CRYPTO_ocb128_encrypt(&ctx->ocb, in, out, len)) in aes_generic_ocb_cipher()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes.c3943 if (!CRYPTO_ocb128_encrypt(&octx->ocb, buf, out, in aes_ocb_cipher()
3968 if (!CRYPTO_ocb128_encrypt in aes_ocb_cipher()
3994 if (!CRYPTO_ocb128_encrypt(&octx->ocb, octx->data_buf, out, in aes_ocb_cipher()
/third_party/openssl/crypto/evp/
H A De_aes.c3949 if (!CRYPTO_ocb128_encrypt(&octx->ocb, buf, out, in aes_ocb_cipher()
3974 if (!CRYPTO_ocb128_encrypt in aes_ocb_cipher()
4000 if (!CRYPTO_ocb128_encrypt(&octx->ocb, octx->data_buf, out, in aes_ocb_cipher()

Completed in 16 milliseconds