Searched refs:MBEDTLS_ASN1_INTEGER (Results 1 – 11 of 11) sorted by relevance
/third_party/mbedtls/tests/src/ |
D | asn1_helpers.c | 38 MBEDTLS_ASN1_INTEGER), in mbedtls_test_asn1_skip_integer()
|
/third_party/mbedtls/library/ |
D | asn1parse.c | 190 return asn1_get_tagged_int(p, end, MBEDTLS_ASN1_INTEGER, val); in mbedtls_asn1_get_int() 208 if ((ret = mbedtls_asn1_get_tag(p, end, &len, MBEDTLS_ASN1_INTEGER)) != 0) { in mbedtls_asn1_get_mpi()
|
D | asn1write.c | 158 MBEDTLS_ASN1_CHK_ADD(len, mbedtls_asn1_write_tag(p, start, MBEDTLS_ASN1_INTEGER)); in mbedtls_asn1_write_mpi() 265 return asn1_write_tagged_int(p, start, val, MBEDTLS_ASN1_INTEGER); in mbedtls_asn1_write_int()
|
D | pkparse.c | 541 if ((ret = mbedtls_asn1_get_tag(p, end, &len, MBEDTLS_ASN1_INTEGER)) != 0) { in pk_get_rsapubkey() 553 if ((ret = mbedtls_asn1_get_tag(p, end, &len, MBEDTLS_ASN1_INTEGER)) != 0) { in pk_get_rsapubkey()
|
D | x509write_crt.c | 558 MBEDTLS_ASN1_INTEGER)); in mbedtls_x509write_crt_der()
|
D | pk_wrap.c | 670 MBEDTLS_ASN1_INTEGER)) != 0) { in extract_ecdsa_sig_int() 872 MBEDTLS_ASN1_INTEGER)); in asn1_write_mpibuf()
|
D | x509.c | 82 **p != MBEDTLS_ASN1_INTEGER) { in mbedtls_x509_get_serial()
|
/third_party/mbedtls/include/mbedtls/ |
D | asn1.h | 77 #define MBEDTLS_ASN1_INTEGER 0x02 macro
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-extensions.c | 415 MBEDTLS_ASN1_INTEGER ); in x509_get_akid()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_asn1parse.function | 60 case MBEDTLS_ASN1_INTEGER:
|
D | test_suite_psa_crypto.function | 111 MBEDTLS_ASN1_INTEGER)); 9644 MBEDTLS_ASN1_INTEGER));
|