Searched refs:EVP_CipherFinal_ex (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/pkcs12/
H A Dp12_decr.c98 if (!EVP_CipherFinal_ex(&ctx, out + i, &i)) {
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Dbio_enc.c194 i = EVP_CipherFinal_ex(&(ctx->cipher),
333 ret = EVP_CipherFinal_ex(&(ctx->cipher),
H A Devp_enc.c104 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) function
H A Devp.h611 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
/freebsd-9.3-release/sys/geom/eli/
H A Dg_eli_crypto.c204 if (EVP_CipherFinal_ex(&ctx, data + outsize, &outsize) == 0) {

Completed in 185 milliseconds