Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dasn1parse.c216 if( ( ret = mbedtls_asn1_get_tag( p, end, &bs->len, MBEDTLS_ASN1_BIT_STRING ) ) != 0 ) in mbedtls_asn1_get_bitstring()
248 if( ( ret = mbedtls_asn1_get_tag( p, end, len, MBEDTLS_ASN1_BIT_STRING ) ) != 0 ) in mbedtls_asn1_get_bitstring_null()
Dpkwrite.c256 MBEDTLS_ASN1_CHK_ADD( len, mbedtls_asn1_write_tag( &c, buf, MBEDTLS_ASN1_BIT_STRING ) ); in mbedtls_pk_write_pubkey_der()
399 MBEDTLS_ASN1_CHK_ADD( pub_len, mbedtls_asn1_write_tag( &c, buf, MBEDTLS_ASN1_BIT_STRING ) ); in mbedtls_pk_write_key_der()
Dx509_create.c340 MBEDTLS_ASN1_CHK_ADD( len, mbedtls_asn1_write_tag( p, start, MBEDTLS_ASN1_BIT_STRING ) ); in mbedtls_x509_write_sig()
Dasn1write.c346 MBEDTLS_ASN1_CHK_ADD( len, mbedtls_asn1_write_tag( p, start, MBEDTLS_ASN1_BIT_STRING ) ); in mbedtls_asn1_write_bitstring()
Dx509.c411 **p != MBEDTLS_ASN1_BIT_STRING ) in x509_get_attr_type_value()
Dpkparse.c362 if( ( ret = mbedtls_asn1_get_tag( &p, end_curve, &len, MBEDTLS_ASN1_BIT_STRING ) ) == 0 ) in pk_group_from_specified()
/third_party/mbedtls/include/mbedtls/
Dasn1.h99 #define MBEDTLS_ASN1_BIT_STRING 0x03 macro
Dcompat-1.3.h677 #define ASN1_BIT_STRING MBEDTLS_ASN1_BIT_STRING
/third_party/mbedtls/scripts/data_files/
Drename-1.3-2.0.txt3 ASN1_BIT_STRING MBEDTLS_ASN1_BIT_STRING