Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dasn1.h66 #define MBEDTLS_ASN1_BIT_STRING 0x03 macro
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dasn1parse.c188 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 Dpkwrite.c325 MBEDTLS_ASN1_CHK_ADD(pub_len, mbedtls_asn1_write_tag(p, buf, MBEDTLS_ASN1_BIT_STRING)); in pk_write_ec_der()
475 MBEDTLS_ASN1_CHK_ADD(len, mbedtls_asn1_write_tag(&c, buf, MBEDTLS_ASN1_BIT_STRING)); in mbedtls_pk_write_pubkey_der()
H A Dasn1write.c338 return mbedtls_asn1_write_len_and_tag(p, start, len, MBEDTLS_ASN1_BIT_STRING); in mbedtls_asn1_write_bitstring()
H A Dx509_create.c494 MBEDTLS_ASN1_CHK_ADD(len, mbedtls_asn1_write_tag(p, start, MBEDTLS_ASN1_BIT_STRING)); in mbedtls_x509_write_sig()
H A Dpkparse.c206 if ((ret = mbedtls_asn1_get_tag(&p, end_curve, &len, MBEDTLS_ASN1_BIT_STRING)) == 0) { in pk_group_from_specified()
H A Dx509.c445 **p != MBEDTLS_ASN1_BIT_STRING) { in x509_get_attr_type_value()