Searched refs:EVP_Cipher (Results 1 – 10 of 10) sorted by relevance
/external/boringssl/src/crypto/cmac/ |
D | cmac.c | 182 !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/ |
D | cipher-3des1.c | 98 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()
|
D | cipher.c | 409 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/ |
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/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 963 EVP_Cipher
|
D | BoringSSL-GRPC.podspec | 2515 '#define EVP_Cipher GRPC_SHADOW_EVP_Cipher',
|
/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()
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 991 #define EVP_Cipher GRPC_SHADOW_EVP_Cipher macro
|