Home
last modified time | relevance | path

Searched refs:cipher_do_cipher (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_devcrypto.c176 static int cipher_do_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in cipher_do_cipher() function
275 if (cipher_do_cipher(ctx, out, in, len) < 1) in ctr_do_cipher()
285 if (cipher_do_cipher(ctx, cipher_ctx->partial, cipher_ctx->partial, in ctr_do_cipher()
384 cipher_do_cipher) in prepare_cipher_methods()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Devp-openssl.c157 cipher_do_cipher(hc_EVP_CIPHER_CTX *ctx, unsigned char *out, in cipher_do_cipher() function
234 hc_evp->do_cipher = cipher_do_cipher; in get_EVP_CIPHER_once_cb()
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_devcrypto.c240 static int cipher_do_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in cipher_do_cipher() function
339 if (cipher_do_cipher(ctx, out, in, len) < 1) in ctr_do_cipher()
349 if (cipher_do_cipher(ctx, cipher_ctx->partial, cipher_ctx->partial, in ctr_do_cipher()
493 cipher_do_cipher) in prepare_cipher_methods()