Home
last modified time | relevance | path

Searched refs:EVP_Cipher (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/crypto/cmac/
Dcmac.c154 !EVP_Cipher(&ctx->cipher_ctx, scratch, kZeroIV, AES_BLOCK_SIZE) || in CMAC_Init()
197 if (!EVP_Cipher(&ctx->cipher_ctx, scratch, ctx->block, AES_BLOCK_SIZE)) { in CMAC_Update()
204 if (!EVP_Cipher(&ctx->cipher_ctx, scratch, in, AES_BLOCK_SIZE)) { in CMAC_Update()
240 return EVP_Cipher(&ctx->cipher_ctx, out, out, AES_BLOCK_SIZE); in CMAC_Final()
/external/tcpdump/
Dprint-esp.c242 EVP_Cipher(ctx, output_buffer, buf, len); in esp_print_decrypt_buffer_by_ikev2()
794 EVP_Cipher(ctx, output_buffer, p + ivlen, len); in esp_print()
/external/boringssl/src/include/openssl/
Dcipher.h219 OPENSSL_EXPORT int EVP_Cipher(EVP_CIPHER_CTX *ctx, uint8_t *out,
/external/boringssl/src/crypto/fipsmodule/cipher/
Dcipher.c469 int EVP_Cipher(EVP_CIPHER_CTX *ctx, uint8_t *out, const uint8_t *in, in EVP_Cipher() function
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c1314 if (!EVP_Cipher(&ctx, (u_char *) res->v, (u_char *) data->v, data->l)) { in evp_crypt()