Home
last modified time | relevance | path

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

12

/external/openssl/crypto/evp/
De_des.c75 const unsigned char *in, size_t inl) in des_ecb_cipher()
83 const unsigned char *in, size_t inl) in des_ofb_cipher()
100 const unsigned char *in, size_t inl) in des_cbc_cipher()
117 const unsigned char *in, size_t inl) in des_cfb64_cipher()
136 const unsigned char *in, size_t inl) in des_cfb1_cipher()
163 const unsigned char *in, size_t inl) in des_cfb8_cipher()
De_des3.c88 const unsigned char *in, size_t inl) in des_ede_ecb_cipher()
100 const unsigned char *in, size_t inl) in des_ede_ofb_cipher()
120 const unsigned char *in, size_t inl) in des_ede_cbc_cipher()
150 const unsigned char *in, size_t inl) in des_ede_cfb64_cipher()
171 const unsigned char *in, size_t inl) in des_ede3_cfb1_cipher()
190 const unsigned char *in, size_t inl) in des_ede3_cfb8_cipher()
De_null.c96 const unsigned char *in, size_t inl) in null_cipher()
De_idea.c76 const unsigned char *in, size_t inl) in idea_ecb_cipher()
De_rc4.c131 const unsigned char *in, size_t inl) in rc4_cipher()
De_xcbc_d.c117 const unsigned char *in, size_t inl) in desx_cbc_cipher()
Devp_enc.c233 const unsigned char *in, int inl) in EVP_CipherUpdate()
279 const unsigned char *in, int inl) in EVP_EncryptUpdate()
385 const unsigned char *in, int inl) in EVP_DecryptUpdate()
Dencode.c132 const unsigned char *in, int inl) in EVP_EncodeUpdate()
236 const unsigned char *in, int inl) in EVP_DecodeUpdate()
Dbio_md.c142 static int md_write(BIO *b, const char *in, int inl) in md_write()
Dbio_enc.c231 static int enc_write(BIO *b, const char *in, int inl) in enc_write()
/external/openssl/crypto/asn1/
Da_verify.c83 int ret= -1,i,inl; in ASN1_verify() local
135 int ret= -1,inl; in ASN1_item_verify() local
Da_sign.c136 int i,inl=0,outl=0,outll=0; in ASN1_sign() local
222 int inl=0,outl=0,outll=0; in ASN1_item_sign() local
Dbio_asn1.c197 static int asn1_bio_write(BIO *b, const char *in , int inl) in asn1_bio_write()
346 static int asn1_bio_read(BIO *b, char *in , int inl) in asn1_bio_read()
/external/openssl/crypto/bio/
Dbss_null.c109 static int null_write(BIO *b, const char *in, int inl) in null_write()
Dbf_null.c123 static int nullf_write(BIO *b, const char *in, int inl) in nullf_write()
Dbss_sock.c153 static int sock_write(BIO *b, const char *in, int inl) in sock_write()
Dbf_nbio.c159 static int nbiof_write(BIO *b, const char *in, int inl) in nbiof_write()
Dbss_fd.c162 static int fd_write(BIO *b, const char *in, int inl) in fd_write()
Dbss_mem.c169 static int mem_write(BIO *b, const char *in, int inl) in mem_write()
Dbss_file.c253 static int MS_CALLBACK file_write(BIO *b, const char *in, int inl) in file_write()
Dbf_lbuf.c148 static int linebuffer_write(BIO *b, const char *in, int inl) in linebuffer_write()
Dbf_buff.c197 static int buffer_write(BIO *b, const char *in, int inl) in buffer_write()
Dbio_lib.c222 int BIO_write(BIO *b, const void *in, int inl) in BIO_write()
290 int BIO_gets(BIO *b, char *in, int inl) in BIO_gets()
/external/openssl/crypto/pem/
Dpem_seal.c122 unsigned char *in, int inl) in PEM_SealUpdate()
/external/openssl/apps/
Denc.c109 int ret=1,inl; in MAIN() local

12