Searched refs:MBEDTLS_ASN1_INTEGER (Results 1 – 9 of 9) sorted by relevance
/mbedtls-development/tests/src/ |
A D | asn1_helpers.c | 38 MBEDTLS_ASN1_INTEGER ), in mbedtls_test_asn1_skip_integer()
|
/mbedtls-development/library/ |
A D | asn1parse.c | 185 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()
|
A D | asn1write.c | 155 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()
|
A D | pk_wrap.c | 509 MBEDTLS_ASN1_INTEGER ) ) != 0 ) in extract_ecdsa_sig_int() 983 MBEDTLS_ASN1_INTEGER ) ); in asn1_write_mpibuf()
|
A D | pkparse.c | 539 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()
|
A D | x509.c | 88 **p != MBEDTLS_ASN1_INTEGER ) in mbedtls_x509_get_serial()
|
/mbedtls-development/include/mbedtls/ |
A D | asn1.h | 75 #define MBEDTLS_ASN1_INTEGER 0x02 macro
|
/mbedtls-development/tests/suites/ |
A D | test_suite_asn1parse.function | 59 case MBEDTLS_ASN1_INTEGER:
|
A D | test_suite_psa_crypto.function | 80 MBEDTLS_ASN1_INTEGER ) ); 6822 MBEDTLS_ASN1_INTEGER ) );
|
Completed in 28 milliseconds