Searched refs:enc_len (Results 1 – 9 of 9) sorted by relevance
/external/openssl/crypto/pem/ |
D | pem_info.c | 178 xi->enc_len=0; in STACK_OF() 200 xi->enc_len=0; in STACK_OF() 222 xi->enc_len=0; in STACK_OF() 267 xi->enc_len=(int)len; in STACK_OF() 340 if ( (xi->enc_data!=NULL) && (xi->enc_len>0) ) in PEM_X509_INFO_write_bio() 351 i=xi->enc_len; in PEM_X509_INFO_write_bio()
|
/external/srtp/crypto/cipher/ |
D | aes_icm.c | 333 unsigned char *buf, unsigned int *enc_len, in aes_icm_encrypt_ismacryp() argument 335 unsigned int bytes_to_encr = *enc_len; in aes_icm_encrypt_ismacryp() 440 aes_icm_encrypt(aes_icm_ctx_t *c, unsigned char *buf, unsigned int *enc_len) { in aes_icm_encrypt() argument 441 return aes_icm_encrypt_ismacryp(c, buf, enc_len, 0); in aes_icm_encrypt()
|
/external/openssl/crypto/ec/ |
D | ec2_oct.c | 304 size_t field_len, enc_len; in ec_GF2m_simple_oct2point() local 340 enc_len = (form == POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2*field_len; in ec_GF2m_simple_oct2point() 342 if (len != enc_len) in ec_GF2m_simple_oct2point()
|
D | ecp_oct.c | 332 size_t field_len, enc_len; in ec_GFp_simple_oct2point() local 368 enc_len = (form == POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2*field_len; in ec_GFp_simple_oct2point() 370 if (len != enc_len) in ec_GFp_simple_oct2point()
|
/external/srtp/crypto/include/ |
D | aes_icm.h | 47 unsigned int *enc_len,
|
/external/openssl/crypto/asn1/ |
D | x_info.c | 77 ret->enc_len=0; in X509_INFO_new()
|
/external/dnsmasq/src/ |
D | rfc2131.c | 1796 int len, enc_len; in do_encap_opts() local 1801 for (enc_len = 0, start = opt; opt; opt = opt->next) in do_encap_opts() 1805 if (enc_len + new <= 255) in do_encap_opts() 1806 enc_len += new; in do_encap_opts() 1809 p = free_space(mess, end, encap, enc_len); in do_encap_opts() 1818 enc_len = new; in do_encap_opts() 1823 if (enc_len != 0 && in do_encap_opts() 1824 (p = free_space(mess, end, encap, enc_len + 1))) in do_encap_opts()
|
/external/openssl/crypto/x509/ |
D | x509.h | 518 int enc_len; member
|
/external/openssl/include/openssl/ |
D | x509.h | 518 int enc_len; member
|