Home
last modified time | relevance | path

Searched refs:enc_len (Results 1 – 9 of 9) sorted by relevance

/external/openssl/crypto/pem/
Dpem_info.c178 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/
Daes_icm.c333 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/
Dec2_oct.c304 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()
Decp_oct.c332 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/
Daes_icm.h47 unsigned int *enc_len,
/external/openssl/crypto/asn1/
Dx_info.c77 ret->enc_len=0; in X509_INFO_new()
/external/dnsmasq/src/
Drfc2131.c1796 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/
Dx509.h518 int enc_len; member
/external/openssl/include/openssl/
Dx509.h518 int enc_len; member