Searched refs:EVP_Cipher (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/crypto/cmac/ |
D | cmac.c | 154 !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/ |
D | print-esp.c | 242 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/ |
D | cipher.h | 219 OPENSSL_EXPORT int EVP_Cipher(EVP_CIPHER_CTX *ctx, uint8_t *out,
|
/external/boringssl/src/crypto/fipsmodule/cipher/ |
D | cipher.c | 469 int EVP_Cipher(EVP_CIPHER_CTX *ctx, uint8_t *out, const uint8_t *in, in EVP_Cipher() function
|
/external/ipsec-tools/src/racoon/ |
D | crypto_openssl.c | 1314 if (!EVP_Cipher(&ctx, (u_char *) res->v, (u_char *) data->v, data->l)) { in evp_crypt()
|