Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/evp/
H A Dcmeth_lib.c108 int (*do_cipher)(EVP_CIPHER_CTX *ctx, in EVP_CIPHER_meth_set_do_cipher()
113 if (cipher->do_cipher != NULL) in EVP_CIPHER_meth_set_do_cipher()
116 cipher->do_cipher = do_cipher; in EVP_CIPHER_meth_set_do_cipher()
175 return cipher->do_cipher; in EVP_CIPHER_meth_get_do_cipher()
H A Devp_enc.c903 i = ctx->cipher->do_cipher(ctx, out, in, inl); in evp_EncryptDecryptUpdate()
921 if (ctx->cipher->do_cipher(ctx, out, in, inl)) { in evp_EncryptDecryptUpdate()
954 if (!ctx->cipher->do_cipher(ctx, out, ctx->buf, bl)) in evp_EncryptDecryptUpdate()
964 if (!ctx->cipher->do_cipher(ctx, out, in, inl)) in evp_EncryptDecryptUpdate()
1088 ret = ctx->cipher->do_cipher(ctx, out, NULL, 0); in EVP_EncryptFinal_ex()
1115 ret = ctx->cipher->do_cipher(ctx, out, ctx->buf, b); in EVP_EncryptFinal_ex()
1185 fix_len = ctx->cipher->do_cipher(ctx, out, in, inl); in EVP_DecryptUpdate()
1311 i = ctx->cipher->do_cipher(ctx, out, NULL, 0); in EVP_DecryptFinal_ex()
H A Devp_lib.c419 return ctx->cipher->do_cipher(ctx, out, in, inl); in EVP_Cipher()
/src/crypto/openssh/
H A Dcipher-aes.c154 rijndal_cbc.do_cipher = ssh_rijndael_cbc; in evp_rijndael()
/src/crypto/openssl/doc/man3/
H A DEVP_CIPHER_meth_new.pod37 int (*do_cipher)(EVP_CIPHER_CTX *ctx,
/src/crypto/openssl/include/crypto/
H A Devp.h317 int (*do_cipher)(EVP_CIPHER_CTX *ctx, unsigned char *out, member
/src/crypto/openssl/include/openssl/
H A Devp.h270 int (*do_cipher)(EVP_CIPHER_CTX *ctx,
/src/crypto/openssl/
H A DCHANGES.md6913 underlying do_cipher function handles all cipher semantics itself
6916 do_cipher is subtly changed if this flag is set: the return value