/external/openssh/ |
D | cipher-chachapoly-libcrypto.c | 101 EVP_Cipher(ctx->main_evp, poly_key, in chachapoly_crypt() 121 EVP_Cipher(ctx->header_evp, dest, src, aadlen) < 0) { in chachapoly_crypt() 130 EVP_Cipher(ctx->main_evp, dest + aadlen, src + aadlen, len) < 0) { in chachapoly_crypt() 161 if (EVP_Cipher(ctx->header_evp, buf, (u_char *)cp, sizeof(buf)) < 0) in chachapoly_get_length()
|
D | cipher.c | 387 EVP_Cipher(cc->evp, NULL, (u_char *)src, aadlen) < 0) in cipher_crypt() 393 if (EVP_Cipher(cc->evp, dest + aadlen, (u_char *)src + aadlen, in cipher_crypt() 398 if (EVP_Cipher(cc->evp, NULL, NULL, 0) < 0) in cipher_crypt()
|
/external/libsrtp2/crypto/cipher/ |
D | aes_gcm_ossl.c | 268 rv = EVP_Cipher(c->ctx, NULL, aad, aad_len); in srtp_aes_gcm_openssl_set_aad() 296 EVP_Cipher(c->ctx, buf, buf, *enc_len); in srtp_aes_gcm_openssl_encrypt() 320 EVP_Cipher(c->ctx, NULL, NULL, 0); in srtp_aes_gcm_openssl_get_tag() 357 EVP_Cipher(c->ctx, buf, buf, *enc_len - c->tag_len); in srtp_aes_gcm_openssl_decrypt() 362 if (EVP_Cipher(c->ctx, NULL, NULL, 0)) { in srtp_aes_gcm_openssl_decrypt()
|
/external/rust/crates/quiche/deps/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/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/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/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | cipher.h | 219 OPENSSL_EXPORT int EVP_Cipher(EVP_CIPHER_CTX *ctx, uint8_t *out,
|
/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 | 470 int EVP_Cipher(EVP_CIPHER_CTX *ctx, uint8_t *out, const uint8_t *in, in EVP_Cipher() function
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/cipher/ |
D | cipher.c | 470 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
|
/external/rust/crates/grpcio-sys/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 1460 #define EVP_Cipher BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EVP_Cipher) macro
|