/openssl-master/providers/implementations/ciphers/ |
A D | ciphercommon.c | 244 size_t *outl, size_t outsize, in ossl_cipher_generic_block_update() 385 size_t *outl, size_t outsize) in ossl_cipher_generic_block_final() 454 size_t *outl, size_t outsize, in ossl_cipher_generic_stream_update() 511 size_t *outl, size_t outsize) in ossl_cipher_generic_stream_final() 520 int ossl_cipher_generic_cipher(void *vctx, unsigned char *out, size_t *outl, in ossl_cipher_generic_cipher()
|
A D | cipher_tdes_wrap.c | 128 unsigned char *out, size_t *outl, size_t outsize, in tdes_wrap_cipher() 151 static int tdes_wrap_update(void *vctx, unsigned char *out, size_t *outl, in tdes_wrap_update()
|
A D | cipher_aes_xts.c | 157 static int aes_xts_cipher(void *vctx, unsigned char *out, size_t *outl, in aes_xts_cipher() 192 static int aes_xts_stream_update(void *vctx, unsigned char *out, size_t *outl, in aes_xts_stream_update() 211 static int aes_xts_stream_final(void *vctx, unsigned char *out, size_t *outl, in aes_xts_stream_final()
|
A D | ciphercommon_ccm.c | 266 int ossl_ccm_stream_update(void *vctx, unsigned char *out, size_t *outl, in ossl_ccm_stream_update() 284 int ossl_ccm_stream_final(void *vctx, unsigned char *out, size_t *outl, in ossl_ccm_stream_final() 301 int ossl_ccm_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, in ossl_ccm_cipher()
|
A D | cipher_aes_ocb.c | 161 unsigned char *out, size_t *outl, in aes_ocb_block_update_internal() 231 static int aes_ocb_block_update(void *vctx, unsigned char *out, size_t *outl, in aes_ocb_block_update() 262 static int aes_ocb_block_final(void *vctx, unsigned char *out, size_t *outl, in aes_ocb_block_final() 497 static int aes_ocb_cipher(void *vctx, unsigned char *out, size_t *outl, in aes_ocb_cipher()
|
A D | ciphercommon_gcm.c | 296 int ossl_gcm_stream_update(void *vctx, unsigned char *out, size_t *outl, in ossl_gcm_stream_update() 318 int ossl_gcm_stream_final(void *vctx, unsigned char *out, size_t *outl, in ossl_gcm_stream_final() 336 unsigned char *out, size_t *outl, size_t outsize, in ossl_gcm_cipher()
|
A D | cipher_null.c | 65 static int null_cipher(void *vctx, unsigned char *out, size_t *outl, in null_cipher() 92 static int null_final(void *vctx, unsigned char *out, size_t *outl, in null_final()
|
A D | cipher_chacha20_poly1305.c | 269 size_t *outl, size_t outsize, in chacha20_poly1305_cipher() 295 static int chacha20_poly1305_final(void *vctx, unsigned char *out, size_t *outl, in chacha20_poly1305_final()
|
A D | cipher_aes_siv.c | 115 static int siv_cipher(void *vctx, unsigned char *out, size_t *outl, in siv_cipher() 141 static int siv_stream_final(void *vctx, unsigned char *out, size_t *outl, in siv_stream_final()
|
A D | cipher_cts.c | 329 int ossl_cipher_cbc_cts_block_update(void *vctx, unsigned char *out, size_t *outl, in ossl_cipher_cbc_cts_block_update() 374 int ossl_cipher_cbc_cts_block_final(void *vctx, unsigned char *out, size_t *outl, in ossl_cipher_cbc_cts_block_final()
|
A D | cipher_aes_wrp.c | 202 static int aes_wrap_final(void *vctx, unsigned char *out, size_t *outl, in aes_wrap_final() 213 unsigned char *out, size_t *outl, size_t outsize, in aes_wrap_cipher()
|
/openssl-master/crypto/evp/ |
A D | evp_enc.c | 401 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_CipherUpdate() 410 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_CipherFinal_ex() 418 int EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_CipherFinal() 504 unsigned char *out, int *outl, in evp_EncryptDecryptUpdate() 594 int EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_EncryptUpdate() 648 int EVP_EncryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_EncryptFinal() 655 int EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_EncryptFinal_ex() 741 int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_DecryptUpdate() 868 int EVP_DecryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_DecryptFinal() 875 int EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_DecryptFinal_ex()
|
A D | encode.c | 162 int EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, in EVP_EncodeUpdate() 217 void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl) in EVP_EncodeFinal() 303 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, in EVP_DecodeUpdate() 464 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl) in EVP_DecodeFinal()
|
A D | p_open.c | 64 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_OpenFinal()
|
A D | p_seal.c | 80 int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_SealFinal()
|
A D | mac_lib.c | 130 unsigned char *out, size_t *outl, size_t outsize) in evp_mac_final() 175 unsigned char *out, size_t *outl, size_t outsize) in EVP_MAC_final()
|
A D | bio_md.c | 73 static int md_read(BIO *b, char *out, int outl) in md_read()
|
/openssl-master/crypto/asn1/ |
A D | a_sign.c | 33 int i, inl = 0, outl = 0; in ASN1_sign() local 158 size_t inl = 0, outl = 0, outll = 0; in ASN1_item_sign_ctx() local
|
/openssl-master/crypto/bio/ |
A D | bss_null.c | 40 static int null_read(BIO *b, char *out, int outl) in null_read()
|
A D | bf_null.c | 45 static int nullf_read(BIO *b, char *out, int outl) in nullf_read()
|
A D | bss_file.c | 136 static int file_read(BIO *b, char *out, int outl) in file_read() 380 static int file_read(BIO *b, char *out, int outl) in file_read()
|
A D | bss_sock.c | 103 static int sock_read(BIO *b, char *out, int outl) in sock_read()
|
A D | bf_nbio.c | 80 static int nbiof_read(BIO *b, char *out, int outl) in nbiof_read()
|
A D | bf_prefix.c | 81 static int prefix_write(BIO *b, const char *out, size_t outl, in prefix_write()
|
/openssl-master/test/ |
A D | user_property_test.c | 40 unsigned char *out, size_t *outl, size_t outsz) in tmpmd_digest()
|