Searched refs:EVP_CipherUpdate (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/pkcs12/
H A Dp12_decr.c96 EVP_CipherUpdate(&ctx, out, &i, in, inlen);
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Dbio_enc.c204 EVP_CipherUpdate(&(ctx->cipher),
209 * Note: it is possible for EVP_CipherUpdate to decrypt zero
263 EVP_CipherUpdate(&(ctx->cipher),
H A Devp_enc.c95 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, function
H A Devp.h608 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c164 if (!EVP_CipherUpdate(&ctx, skip_buf, &outl, skip_buf, len))
169 if (EVP_CipherUpdate(&ctx, data, &outl, data, data_len))
/freebsd-9.3-release/sys/geom/eli/
H A Dg_eli_crypto.c198 if (EVP_CipherUpdate(&ctx, data, &outsize, data, datasize) == 0) {

Completed in 114 milliseconds