Searched refs:MBEDTLS_ASN1_BIT_STRING (Results 1 – 17 of 17) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | asn1parse.c | 187 if ((ret = mbedtls_asn1_get_tag(p, end, &bs->len, MBEDTLS_ASN1_BIT_STRING)) != 0) { in mbedtls_asn1_get_bitstring() 275 if ((ret = mbedtls_asn1_get_tag(p, end, len, MBEDTLS_ASN1_BIT_STRING)) != 0) { in mbedtls_asn1_get_bitstring_null()
|
H A D | pkwrite.c | 393 MBEDTLS_ASN1_CHK_ADD(len, mbedtls_asn1_write_tag(&c, buf, MBEDTLS_ASN1_BIT_STRING)); in mbedtls_pk_write_pubkey_der() 535 MBEDTLS_ASN1_CHK_ADD(pub_len, mbedtls_asn1_write_tag(p, buf, MBEDTLS_ASN1_BIT_STRING)); in pk_write_ec_der()
|
H A D | asn1write.c | 335 return mbedtls_asn1_write_len_and_tag(p, start, len, MBEDTLS_ASN1_BIT_STRING); in mbedtls_asn1_write_bitstring()
|
H A D | x509_create.c | 488 MBEDTLS_ASN1_CHK_ADD(len, mbedtls_asn1_write_tag(p, start, MBEDTLS_ASN1_BIT_STRING)); in mbedtls_x509_write_sig()
|
H A D | pkparse.c | 321 if ((ret = mbedtls_asn1_get_tag(&p, end_curve, &len, MBEDTLS_ASN1_BIT_STRING)) == 0) { in pk_group_from_specified()
|
H A D | x509.c | 445 **p != MBEDTLS_ASN1_BIT_STRING) { in x509_get_attr_type_value()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | asn1parse.c | 188 if ((ret = mbedtls_asn1_get_tag(p, end, &bs->len, MBEDTLS_ASN1_BIT_STRING)) != 0) { in mbedtls_asn1_get_bitstring() 276 if ((ret = mbedtls_asn1_get_tag(p, end, len, MBEDTLS_ASN1_BIT_STRING)) != 0) { in mbedtls_asn1_get_bitstring_null()
|
H A D | pkwrite.c | 317 MBEDTLS_ASN1_CHK_ADD(pub_len, mbedtls_asn1_write_tag(p, buf, MBEDTLS_ASN1_BIT_STRING)); in pk_write_ec_der() 467 MBEDTLS_ASN1_CHK_ADD(len, mbedtls_asn1_write_tag(&c, buf, MBEDTLS_ASN1_BIT_STRING)); in mbedtls_pk_write_pubkey_der()
|
H A D | asn1write.c | 336 return mbedtls_asn1_write_len_and_tag(p, start, len, MBEDTLS_ASN1_BIT_STRING); in mbedtls_asn1_write_bitstring()
|
H A D | x509_create.c | 490 MBEDTLS_ASN1_CHK_ADD(len, mbedtls_asn1_write_tag(p, start, MBEDTLS_ASN1_BIT_STRING)); in mbedtls_x509_write_sig()
|
H A D | pkparse.c | 206 if ((ret = mbedtls_asn1_get_tag(&p, end_curve, &len, MBEDTLS_ASN1_BIT_STRING)) == 0) { in pk_group_from_specified()
|
H A D | x509.c | 445 **p != MBEDTLS_ASN1_BIT_STRING) { in x509_get_attr_type_value()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | asn1.h | 66 #define MBEDTLS_ASN1_BIT_STRING 0x03 macro
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | asn1.h | 66 #define MBEDTLS_ASN1_BIT_STRING 0x03 macro
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/auth/mbedtls/ |
H A D | mbedtls_x509_parser.c | 382 ret = mbedtls_asn1_get_tag(&p, end, &len, MBEDTLS_ASN1_BIT_STRING); in cert_parse()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_asn1parse.function | 84 case MBEDTLS_ASN1_BIT_STRING:
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_asn1parse.function | 84 case MBEDTLS_ASN1_BIT_STRING:
|