Home
last modified time | relevance | path

Searched refs:EVP_DecryptFinal_ex (Results 1 – 10 of 10) sorted by relevance

/external/openssl/crypto/evp/
Devp_enc.c243 else return EVP_DecryptFinal_ex(ctx,out,outl); in EVP_CipherFinal_ex()
434 ret = EVP_DecryptFinal_ex(ctx, out, outl); in EVP_DecryptFinal()
438 int EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_DecryptFinal_ex() function
Dp_open.c117 i=EVP_DecryptFinal_ex(ctx,out,outl); in EVP_OpenFinal()
Devp_test.c216 if(!EVP_DecryptFinal_ex(&ctx,out+outl,&outl2)) in test1()
Devp.h553 int EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
/external/openssl/crypto/pem/
Dpvkfmt.c763 EVP_DecryptFinal_ex(&cctx, q + enctmplen, &enctmplen); in do_PVK_body()
773 EVP_DecryptFinal_ex(&cctx, q + enctmplen, in do_PVK_body()
913 EVP_DecryptFinal_ex(&cctx, p + enctmplen, &enctmplen); in i2b_PVK()
Dpem_lib.c469 o=EVP_DecryptFinal_ex(&ctx,&(data[i]),&j); in PEM_do_header()
/external/openssl/crypto/asn1/
Dn_pkey.c313 EVP_DecryptFinal_ex(&ctx,&(os->data[i]),&j); in d2i_RSA_NET_2()
/external/openssl/include/openssl/
Devp.h553 int EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
/external/openssl/ssl/
Ds3_srvr.c2288 if (!EVP_DecryptFinal_ex(&ciph_ctx,&(pms[outl]),&padl)) in ssl3_get_client_key_exchange()
/external/openssl/apps/
Dspeed.c1940 EVP_DecryptFinal_ex(&ctx,buf,&outl); in MAIN()