Home
last modified time | relevance | path

Searched defs:inl (Results 1 – 25 of 67) sorted by relevance

123

/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_wrap.c35 const unsigned char *in, size_t inl) in des_ede3_unwrap()
81 const unsigned char *in, size_t inl) in des_ede3_wrap()
111 const unsigned char *in, size_t inl) in tdes_wrap_cipher_internal()
128 const unsigned char *in, size_t inl) in tdes_wrap_cipher()
152 size_t inl) in tdes_wrap_update()
H A Dcipher_tdes_default_hw.c49 const unsigned char *in, size_t inl) in ossl_cipher_hw_tdes_ofb()
70 const unsigned char *in, size_t inl) in ossl_cipher_hw_tdes_cfb()
98 const unsigned char *in, size_t inl) in ossl_cipher_hw_tdes_cfb1()
120 const unsigned char *in, size_t inl) in ossl_cipher_hw_tdes_cfb8()
H A Dciphercommon_hw.c133 const unsigned char *in, size_t inl) in ossl_cipher_hw_chunked_cbc()
147 const unsigned char *in, size_t inl) in ossl_cipher_hw_chunked_cfb8()
165 const unsigned char *in, size_t inl) in ossl_cipher_hw_chunked_cfb128()
183 const unsigned char *in, size_t inl) in ossl_cipher_hw_chunked_ofb128()
H A Dcipher_des_hw.c135 const unsigned char *in, size_t inl) in cipher_hw_des_cfb1_cipher()
164 const unsigned char *in, size_t inl) in cipher_hw_des_cfb8_cipher()
H A Dcipher_chacha20_hw.c42 const unsigned char *in, size_t inl) in chacha20_cipher()
H A Dcipher_desx_hw.c51 const unsigned char *in, size_t inl) in cipher_hw_desx_cbc()
H A Dciphercommon.c250 const unsigned char *in, size_t inl) in ossl_cipher_generic_block_update()
470 const unsigned char *in, size_t inl) in ossl_cipher_generic_stream_update()
549 size_t inl) in ossl_cipher_generic_cipher()
H A Dciphercommon_gcm.c130 static int setivinv(PROV_GCM_CTX *ctx, unsigned char *in, size_t inl) in setivinv()
331 size_t outsize, const unsigned char *in, size_t inl) in ossl_gcm_stream_update()
371 const unsigned char *in, size_t inl) in ossl_gcm_cipher()
H A Dcipher_tdes_hw.c59 const unsigned char *in, size_t inl) in ossl_cipher_hw_tdes_cbc()
H A Dcipher_sm4_xts.c122 size_t outsize, const unsigned char *in, size_t inl) in sm4_xts_cipher()
166 size_t inl) in sm4_xts_stream_update()
H A Dciphercommon_ccm.c271 size_t inl) in ossl_ccm_stream_update()
305 const unsigned char *in, size_t inl) in ossl_ccm_cipher()
H A Dcipher_aes_xts.c173 size_t outsize, const unsigned char *in, size_t inl) in aes_xts_cipher()
214 size_t inl) in aes_xts_stream_update()
H A Dcipher_aes_ocb.c163 size_t inl, OSSL_ocb_cipher_fn ciph) in aes_ocb_block_update_internal()
233 size_t inl) in aes_ocb_block_update()
507 size_t outsize, const unsigned char *in, size_t inl) in aes_ocb_cipher()
/openssl/crypto/evp/
H A De_des3.c70 const unsigned char *in, size_t inl) in des_ede_ecb_cipher()
81 const unsigned char *in, size_t inl) in des_ede_ofb_cipher()
108 const unsigned char *in, size_t inl) in des_ede_cbc_cipher()
136 const unsigned char *in, size_t inl) in des_ede_cfb64_cipher()
165 const unsigned char *in, size_t inl) in des_ede3_cfb1_cipher()
187 const unsigned char *in, size_t inl) in des_ede3_cfb8_cipher()
320 const unsigned char *in, size_t inl) in des_ede3_unwrap()
364 const unsigned char *in, size_t inl) in des_ede3_wrap()
389 const unsigned char *in, size_t inl) in des_ede3_wrap_cipher()
H A De_des.c61 const unsigned char *in, size_t inl) in des_ecb_cipher()
71 const unsigned char *in, size_t inl) in des_ofb_cipher()
94 const unsigned char *in, size_t inl) in des_cbc_cipher()
120 const unsigned char *in, size_t inl) in des_cfb64_cipher()
149 const unsigned char *in, size_t inl) in des_cfb1_cipher()
179 const unsigned char *in, size_t inl) in des_cfb8_cipher()
H A De_null.c46 const unsigned char *in, size_t inl) in null_cipher()
H A De_idea.c42 const unsigned char *in, size_t inl) in idea_ecb_cipher()
H A De_rc4.c89 const unsigned char *in, size_t inl) in rc4_cipher()
H A De_xcbc_d.c73 const unsigned char *in, size_t inl) in desx_cbc_cipher()
/openssl/crypto/asn1/
H A Da_verify.c33 int ret = -1, i, inl; in ASN1_verify() local
116 int ret = -1, inl = 0; in ASN1_item_verify_ctx() local
H A Da_sign.c33 int i, inl = 0, outl = 0; in ASN1_sign() local
154 size_t inl = 0, outl = 0, outll = 0; in ASN1_item_sign_ctx() local
H A Da_digest.c31 int inl; in ASN1_digest() local
/openssl/crypto/bio/
H A Dbss_null.c45 static int null_write(BIO *b, const char *in, int inl) in null_write()
H A Dbf_null.c59 static int nullf_write(BIO *b, const char *in, int inl) in nullf_write()
H A Dbss_file.c157 static int file_write(BIO *b, const char *in, int inl) in file_write()
376 static int file_write(BIO *b, const char *in, int inl) in file_write()

Completed in 43 milliseconds

123