Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cmac/
Dcmac.c182 !EVP_Cipher(&ctx->cipher_ctx, scratch, kZeroIV, block_size) || in CMAC_Init()
232 if (!EVP_Cipher(&ctx->cipher_ctx, scratch, ctx->block, block_size)) { in CMAC_Update()
239 if (!EVP_Cipher(&ctx->cipher_ctx, scratch, in, block_size)) { in CMAC_Update()
277 return EVP_Cipher(&ctx->cipher_ctx, out, out, block_size); in CMAC_Final()
/external/openssh/
Dcipher-3des1.c98 if (EVP_Cipher(&c->k1, dest, (u_char *)src, len) == 0 || in ssh1_3des_cbc()
99 EVP_Cipher(&c->k2, dest, dest, len) == 0 || in ssh1_3des_cbc()
100 EVP_Cipher(&c->k3, dest, dest, len) == 0) in ssh1_3des_cbc()
Dcipher.c409 ret = EVP_Cipher(cc->evp, discard, junk, cipher->discard_len); in cipher_init()
486 EVP_Cipher(cc->evp, NULL, (u_char *)src, aadlen) < 0) in cipher_crypt()
492 if (EVP_Cipher(cc->evp, dest + aadlen, (u_char *)src + aadlen, in cipher_crypt()
497 if (EVP_Cipher(cc->evp, NULL, NULL, 0) < 0) in cipher_crypt()
/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/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list963 EVP_Cipher
DBoringSSL-GRPC.podspec2515 '#define EVP_Cipher GRPC_SHADOW_EVP_Cipher',
/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()
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h991 #define EVP_Cipher GRPC_SHADOW_EVP_Cipher macro