Home
last modified time | relevance | path

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

/mbedtls-development/include/mbedtls/
A Dasn1.h76 #define MBEDTLS_ASN1_BIT_STRING 0x03 macro
105 ( 1u << MBEDTLS_ASN1_BIT_STRING ) ) ) != 0 ) )
/mbedtls-development/library/
A Dasn1parse.c220 if( ( ret = mbedtls_asn1_get_tag( p, end, &bs->len, MBEDTLS_ASN1_BIT_STRING ) ) != 0 ) in mbedtls_asn1_get_bitstring()
304 if( ( ret = mbedtls_asn1_get_tag( p, end, len, MBEDTLS_ASN1_BIT_STRING ) ) != 0 ) in mbedtls_asn1_get_bitstring_null()
A Dpkwrite.c254 MBEDTLS_ASN1_CHK_ADD( len, mbedtls_asn1_write_tag( &c, buf, MBEDTLS_ASN1_BIT_STRING ) ); in mbedtls_pk_write_pubkey_der()
431 MBEDTLS_ASN1_CHK_ADD( pub_len, mbedtls_asn1_write_tag( &c, buf, MBEDTLS_ASN1_BIT_STRING ) ); in mbedtls_pk_write_key_der()
A Dx509_create.c310 MBEDTLS_ASN1_CHK_ADD( len, mbedtls_asn1_write_tag( p, start, MBEDTLS_ASN1_BIT_STRING ) ); in mbedtls_x509_write_sig()
A Dasn1write.c372 MBEDTLS_ASN1_CHK_ADD( len, mbedtls_asn1_write_tag( p, start, MBEDTLS_ASN1_BIT_STRING ) ); in mbedtls_asn1_write_bitstring()
A Dx509.c381 **p != MBEDTLS_ASN1_BIT_STRING ) in x509_get_attr_type_value()
A Dpkparse.c333 if( ( ret = mbedtls_asn1_get_tag( &p, end_curve, &len, MBEDTLS_ASN1_BIT_STRING ) ) == 0 ) in pk_group_from_specified()
/mbedtls-development/tests/suites/
A Dtest_suite_asn1parse.function84 case MBEDTLS_ASN1_BIT_STRING:

Completed in 12 milliseconds