Searched refs:EVP_Cipher (Results 1 – 16 of 16) sorted by relevance
/external/openssl/crypto/cmac/ |
D | cmac.c | 200 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/ |
D | d1_enc.c | 235 EVP_Cipher(ds,rec->data,rec->input,l); in dtls1_enc()
|
D | s3_enc.c | 465 EVP_Cipher(ds,rec->data,rec->input,l); in ssl3_enc()
|
D | t1_enc.c | 938 i = EVP_Cipher(ds,rec->data,rec->input,l); in tls1_enc()
|
/external/openssl/ssl/ |
D | d1_enc.c | 244 EVP_Cipher(ds,rec->data,rec->input,l); in dtls1_enc()
|
D | s2_enc.c | 148 EVP_Cipher(ds,s->s2->mac_data,s->s2->mac_data,l); in ssl2_enc()
|
D | s3_enc.c | 537 EVP_Cipher(ds,rec->data,rec->input,l); in ssl3_enc()
|
D | t1_enc.c | 836 i = EVP_Cipher(ds,rec->data,rec->input,l); in tls1_enc()
|
D | kssl.c | 2086 if (!EVP_Cipher(&ciph_ctx,unenc_authent,dec_authent->cipher->data,outl)) in kssl_check_authent()
|
/external/openssl/crypto/evp/ |
D | evp_lib.c | 191 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) in EVP_Cipher() function
|
D | evp.h | 534 int EVP_Cipher(EVP_CIPHER_CTX *c,
|
/external/tcpdump/ |
D | print-esp.c | 137 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/ |
D | cipher.h | 197 OPENSSL_EXPORT int EVP_Cipher(EVP_CIPHER_CTX *ctx, uint8_t *out,
|
/external/chromium_org/third_party/boringssl/src/crypto/cipher/ |
D | cipher.c | 487 int EVP_Cipher(EVP_CIPHER_CTX *ctx, uint8_t *out, const uint8_t *in, in EVP_Cipher() function
|
/external/openssl/include/openssl/ |
D | evp.h | 534 int EVP_Cipher(EVP_CIPHER_CTX *c,
|
/external/ipsec-tools/src/racoon/ |
D | crypto_openssl.c | 1296 if (!EVP_Cipher(&ctx, (u_char *) res->v, (u_char *) data->v, data->l)) { in evp_crypt()
|