Home
last modified time | relevance | path

Searched refs:do_cipher (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/evp/
Dcmeth_lib.c72 int (*do_cipher) (EVP_CIPHER_CTX *ctx, in EVP_CIPHER_meth_set_do_cipher()
77 cipher->do_cipher = do_cipher; in EVP_CIPHER_meth_set_do_cipher()
125 return cipher->do_cipher; in EVP_CIPHER_meth_get_do_cipher()
Devp_enc.c328 i = ctx->cipher->do_cipher(ctx, out, in, inl); in evp_EncryptDecryptUpdate()
342 if (ctx->cipher->do_cipher(ctx, out, in, inl)) { in evp_EncryptDecryptUpdate()
376 if (!ctx->cipher->do_cipher(ctx, out, ctx->buf, bl)) in evp_EncryptDecryptUpdate()
386 if (!ctx->cipher->do_cipher(ctx, out, in, inl)) in evp_EncryptDecryptUpdate()
429 ret = ctx->cipher->do_cipher(ctx, out, NULL, 0); in EVP_EncryptFinal_ex()
457 ret = ctx->cipher->do_cipher(ctx, out, ctx->buf, b); in EVP_EncryptFinal_ex()
500 fix_len = ctx->cipher->do_cipher(ctx, out, in, inl); in EVP_DecryptUpdate()
581 i = ctx->cipher->do_cipher(ctx, out, NULL, 0); in EVP_DecryptFinal_ex()
Devp_lib.c195 return ctx->cipher->do_cipher(ctx, out, in, inl); in EVP_Cipher()
/freebsd-12-stable/crypto/openssh/
Dcipher-aes.c154 rijndal_cbc.do_cipher = ssh_rijndael_cbc; in evp_rijndael()
/freebsd-12-stable/crypto/openssl/include/crypto/
Devp.h143 int (*do_cipher) (EVP_CIPHER_CTX *ctx, unsigned char *out, member
/freebsd-12-stable/crypto/openssl/doc/man3/
DEVP_CIPHER_meth_new.pod32 int (*do_cipher)(EVP_CIPHER_CTX *ctx,
/freebsd-12-stable/crypto/openssl/include/openssl/
Devp.h198 int (*do_cipher) (EVP_CIPHER_CTX *ctx,
/freebsd-12-stable/crypto/openssl/
DCHANGES2769 underlying do_cipher function handles all cipher semantics itself
2772 do_cipher is subtly changed if this flag is set: the return value