Home
last modified time | relevance | path

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

/openssl-master/crypto/evp/
A Dcmeth_lib.c107 int (*do_cipher) (EVP_CIPHER_CTX *ctx, in EVP_CIPHER_meth_set_do_cipher()
112 if (cipher->do_cipher != NULL) in EVP_CIPHER_meth_set_do_cipher()
115 cipher->do_cipher = do_cipher; in EVP_CIPHER_meth_set_do_cipher()
175 return cipher->do_cipher; in EVP_CIPHER_meth_get_do_cipher()
A Devp_enc.c521 i = ctx->cipher->do_cipher(ctx, out, in, inl); in evp_EncryptDecryptUpdate()
539 if (ctx->cipher->do_cipher(ctx, out, in, inl)) { in evp_EncryptDecryptUpdate()
572 if (!ctx->cipher->do_cipher(ctx, out, ctx->buf, bl)) in evp_EncryptDecryptUpdate()
582 if (!ctx->cipher->do_cipher(ctx, out, in, inl)) in evp_EncryptDecryptUpdate()
706 ret = ctx->cipher->do_cipher(ctx, out, NULL, 0); in EVP_EncryptFinal_ex()
733 ret = ctx->cipher->do_cipher(ctx, out, ctx->buf, b); in EVP_EncryptFinal_ex()
803 fix_len = ctx->cipher->do_cipher(ctx, out, in, inl); in EVP_DecryptUpdate()
929 i = ctx->cipher->do_cipher(ctx, out, NULL, 0); in EVP_DecryptFinal_ex()
A Devp_lib.c434 return ctx->cipher->do_cipher(ctx, out, in, inl); in EVP_Cipher()
/openssl-master/doc/man3/
A DEVP_CIPHER_meth_new.pod37 int (*do_cipher)(EVP_CIPHER_CTX *ctx,
/openssl-master/include/crypto/
A Devp.h307 int (*do_cipher) (EVP_CIPHER_CTX *ctx, unsigned char *out, member
/openssl-master/include/openssl/
A Devp.h251 int (*do_cipher) (EVP_CIPHER_CTX *ctx,
/openssl-master/
A DCHANGES.md4300 underlying do_cipher function handles all cipher semantics itself
4303 do_cipher is subtly changed if this flag is set: the return value

Completed in 36 milliseconds