Home
last modified time | relevance | path

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

/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/
Dasn1.h68 #define MBEDTLS_ASN1_INTEGER 0x02 macro
/mcuboot-latest/ext/mbedtls-asn1/src/
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()
/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Decdsa.h140 if (mbedtls_asn1_get_tag(cp, end, &len, MBEDTLS_ASN1_INTEGER)) { in bootutil_read_bigint()