Searched refs:MBEDTLS_ASN1_BIT_STRING (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/mbedtls/library/ |
A D | asn1parse.c | 191 if( ( ret = mbedtls_asn1_get_tag( p, end, &bs->len, MBEDTLS_ASN1_BIT_STRING ) ) != 0 ) in mbedtls_asn1_get_bitstring() 223 if( ( ret = mbedtls_asn1_get_tag( p, end, len, MBEDTLS_ASN1_BIT_STRING ) ) != 0 ) in mbedtls_asn1_get_bitstring_null()
|
A D | pkwrite.c | 209 MBEDTLS_ASN1_CHK_ADD( len, mbedtls_asn1_write_tag( &c, buf, MBEDTLS_ASN1_BIT_STRING ) ); in mbedtls_pk_write_pubkey_der() 352 MBEDTLS_ASN1_CHK_ADD( pub_len, mbedtls_asn1_write_tag( &c, buf, MBEDTLS_ASN1_BIT_STRING ) ); in mbedtls_pk_write_key_der()
|
A D | x509_create.c | 315 MBEDTLS_ASN1_CHK_ADD( len, mbedtls_asn1_write_tag( p, start, MBEDTLS_ASN1_BIT_STRING ) ); in mbedtls_x509_write_sig()
|
A D | asn1write.c | 315 MBEDTLS_ASN1_CHK_ADD( len, mbedtls_asn1_write_tag( p, start, MBEDTLS_ASN1_BIT_STRING ) ); in mbedtls_asn1_write_bitstring()
|
A D | x509.c | 377 **p != MBEDTLS_ASN1_BIT_STRING ) in x509_get_attr_type_value()
|
A D | pkparse.c | 337 if( ( ret = mbedtls_asn1_get_tag( &p, end_curve, &len, MBEDTLS_ASN1_BIT_STRING ) ) == 0 ) in pk_group_from_specified()
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | asn1.h | 74 #define MBEDTLS_ASN1_BIT_STRING 0x03 macro
|
A D | compat-1.3.h | 646 #define ASN1_BIT_STRING MBEDTLS_ASN1_BIT_STRING
|
Completed in 22 milliseconds