Home
last modified time | relevance | path

Searched refs:MBEDTLS_ASN1_INTEGER (Results 1 – 10 of 10) sorted by relevance

/third_party/mbedtls/tests/src/
Dasn1_helpers.c38 MBEDTLS_ASN1_INTEGER ), in mbedtls_test_asn1_skip_integer()
/third_party/mbedtls/library/
Dasn1parse.c185 return( asn1_get_tagged_int( p, end, MBEDTLS_ASN1_INTEGER, val) ); in mbedtls_asn1_get_int()
203 if( ( ret = mbedtls_asn1_get_tag( p, end, &len, MBEDTLS_ASN1_INTEGER ) ) != 0 ) in mbedtls_asn1_get_mpi()
Dasn1write.c155 MBEDTLS_ASN1_CHK_ADD( len, mbedtls_asn1_write_tag( p, start, MBEDTLS_ASN1_INTEGER ) ); in mbedtls_asn1_write_mpi()
260 return( asn1_write_tagged_int( p, start, val, MBEDTLS_ASN1_INTEGER ) ); in mbedtls_asn1_write_int()
Dpk_wrap.c509 MBEDTLS_ASN1_INTEGER ) ) != 0 ) in extract_ecdsa_sig_int()
983 MBEDTLS_ASN1_INTEGER ) ); in asn1_write_mpibuf()
Dpkparse.c539 if( ( ret = mbedtls_asn1_get_tag( p, end, &len, MBEDTLS_ASN1_INTEGER ) ) != 0 ) in pk_get_rsapubkey()
549 if( ( ret = mbedtls_asn1_get_tag( p, end, &len, MBEDTLS_ASN1_INTEGER ) ) != 0 ) in pk_get_rsapubkey()
Dx509.c88 **p != MBEDTLS_ASN1_INTEGER ) in mbedtls_x509_get_serial()
/third_party/mbedtls/include/mbedtls/
Dasn1.h75 #define MBEDTLS_ASN1_INTEGER 0x02 macro
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-extensions.c415 MBEDTLS_ASN1_INTEGER ); in x509_get_akid()
/third_party/mbedtls/tests/suites/
Dtest_suite_asn1parse.function59 case MBEDTLS_ASN1_INTEGER:
Dtest_suite_psa_crypto.function80 MBEDTLS_ASN1_INTEGER ) );
6856 MBEDTLS_ASN1_INTEGER ) );