Home
last modified time | relevance | path

Searched defs:outl (Results 1 – 25 of 59) sorted by relevance

123

/openssl/providers/implementations/ciphers/
H A Dciphercommon.c244 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()
H A Dcipher_tdes_wrap.c128 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()
H A Dcipher_aes_xts.c157 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()
H A Dciphercommon_ccm.c266 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()
H A Dcipher_aes_ocb.c161 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()
H A Dciphercommon_gcm.c304 int ossl_gcm_stream_update(void *vctx, unsigned char *out, size_t *outl, in ossl_gcm_stream_update()
326 int ossl_gcm_stream_final(void *vctx, unsigned char *out, size_t *outl, in ossl_gcm_stream_final()
344 unsigned char *out, size_t *outl, size_t outsize, in ossl_gcm_cipher()
H A Dcipher_null.c65 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()
H A Dcipher_chacha20_poly1305.c269 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()
H A Dcipher_aes_gcm_siv.c142 static int ossl_aes_gcm_siv_cipher(void *vctx, unsigned char *out, size_t *outl, in ossl_aes_gcm_siv_cipher()
170 static int ossl_aes_gcm_siv_stream_final(void *vctx, unsigned char *out, size_t *outl, in ossl_aes_gcm_siv_stream_final()
H A Dcipher_aes_siv.c115 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()
H A Dcipher_cts.c328 int ossl_cipher_cbc_cts_block_update(void *vctx, unsigned char *out, size_t *outl, in ossl_cipher_cbc_cts_block_update()
373 int ossl_cipher_cbc_cts_block_final(void *vctx, unsigned char *out, size_t *outl, in ossl_cipher_cbc_cts_block_final()
H A Dcipher_aes_wrp.c202 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/crypto/evp/
H A Devp_enc.c421 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_CipherUpdate()
430 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_CipherFinal_ex()
438 int EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_CipherFinal()
524 unsigned char *out, int *outl, in evp_EncryptDecryptUpdate()
614 int EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_EncryptUpdate()
669 int EVP_EncryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_EncryptFinal()
676 int EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_EncryptFinal_ex()
762 int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_DecryptUpdate()
889 int EVP_DecryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_DecryptFinal()
896 int EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_DecryptFinal_ex()
H A Dencode.c162 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()
H A Dp_open.c64 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_OpenFinal()
H A Dp_seal.c79 int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_SealFinal()
H A Dmac_lib.c130 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()
H A Dbio_md.c73 static int md_read(BIO *b, char *out, int outl) in md_read()
/openssl/crypto/asn1/
H A Da_sign.c33 int i, inl = 0, outl = 0; in ASN1_sign() local
155 size_t inl = 0, outl = 0, outll = 0; in ASN1_item_sign_ctx() local
/openssl/crypto/bio/
H A Dbss_null.c40 static int null_read(BIO *b, char *out, int outl) in null_read()
H A Dbf_null.c45 static int nullf_read(BIO *b, char *out, int outl) in nullf_read()
H A Dbss_file.c136 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()
H A Dbf_nbio.c80 static int nbiof_read(BIO *b, char *out, int outl) in nbiof_read()
H A Dbf_readbuff.c106 static int readbuffer_read(BIO *b, char *out, int outl) in readbuffer_read()
/openssl/test/
H A Duser_property_test.c40 unsigned char *out, size_t *outl, size_t outsz) in tmpmd_digest()

Completed in 64 milliseconds

123