Searched refs:EVP_CipherFinal_ex (Results 1 – 6 of 6) sorted by relevance
/external/openssl/crypto/evp/ |
D | bio_enc.c | 187 i=EVP_CipherFinal_ex(&(ctx->cipher), in enc_read() 335 ret=EVP_CipherFinal_ex(&(ctx->cipher), in enc_ctrl()
|
D | evp_enc.c | 239 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_CipherFinal_ex() function
|
D | evp.h | 564 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
|
/external/openssl/crypto/pkcs12/ |
D | p12_decr.c | 94 if(!EVP_CipherFinal_ex(&ctx, out + i, &i)) { in PKCS12_pbe_crypt()
|
/external/openssl/crypto/pkcs7/ |
D | bio_ber.c | 379 ret=EVP_CipherFinal_ex(&(ctx->cipher), in ber_ctrl()
|
/external/openssl/include/openssl/ |
D | evp.h | 564 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
|