Home
last modified time | relevance | path

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

/external/openssl/crypto/cmac/
Dcmac.c200 if (!EVP_Cipher(&ctx->cctx, ctx->tbl, zero_iv, bl)) in CMAC_Init()
243 if (!EVP_Cipher(&ctx->cctx, ctx->tbl, ctx->last_block,bl)) in CMAC_Update()
249 if (!EVP_Cipher(&ctx->cctx, ctx->tbl, data, bl)) in CMAC_Update()
289 if (!EVP_Cipher(&ctx->cctx, out, out, bl)) in CMAC_Final()
/external/chromium_org/third_party/boringssl/src/ssl/
Dd1_enc.c235 EVP_Cipher(ds,rec->data,rec->input,l); in dtls1_enc()
Ds3_enc.c465 EVP_Cipher(ds,rec->data,rec->input,l); in ssl3_enc()
Dt1_enc.c938 i = EVP_Cipher(ds,rec->data,rec->input,l); in tls1_enc()
/external/openssl/ssl/
Dd1_enc.c244 EVP_Cipher(ds,rec->data,rec->input,l); in dtls1_enc()
Ds2_enc.c148 EVP_Cipher(ds,s->s2->mac_data,s->s2->mac_data,l); in ssl2_enc()
Ds3_enc.c537 EVP_Cipher(ds,rec->data,rec->input,l); in ssl3_enc()
Dt1_enc.c836 i = EVP_Cipher(ds,rec->data,rec->input,l); in tls1_enc()
Dkssl.c2086 if (!EVP_Cipher(&ciph_ctx,unenc_authent,dec_authent->cipher->data,outl)) in kssl_check_authent()
/external/openssl/crypto/evp/
Devp_lib.c191 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) in EVP_Cipher() function
Devp.h534 int EVP_Cipher(EVP_CIPHER_CTX *c,
/external/tcpdump/
Dprint-esp.c137 EVP_Cipher(&ctx, buf, buf, len); in esp_print_decrypt_buffer_by_ikev2()
674 EVP_Cipher(&ctx, p + ivlen, p + ivlen, ep - (p + ivlen)); in esp_print()
/external/chromium_org/third_party/boringssl/src/include/openssl/
Dcipher.h197 OPENSSL_EXPORT int EVP_Cipher(EVP_CIPHER_CTX *ctx, uint8_t *out,
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
Dcipher.c487 int EVP_Cipher(EVP_CIPHER_CTX *ctx, uint8_t *out, const uint8_t *in, in EVP_Cipher() function
/external/openssl/include/openssl/
Devp.h534 int EVP_Cipher(EVP_CIPHER_CTX *c,
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c1296 if (!EVP_Cipher(&ctx, (u_char *) res->v, (u_char *) data->v, data->l)) { in evp_crypt()