Home
last modified time | relevance | path

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

/external/openssh/
Dcipher-chachapoly-libcrypto.c101 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()
Dcipher.c387 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/
Daes_gcm_ossl.c268 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/
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/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/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/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dcipher.h219 OPENSSL_EXPORT int EVP_Cipher(EVP_CIPHER_CTX *ctx, uint8_t *out,
/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.c470 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/
Dcipher.c470 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
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1460 #define EVP_Cipher BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EVP_Cipher) macro