Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpsa_util.c428 MBEDTLS_ASN1_CHK_ADD(len, mbedtls_asn1_write_tag(&p, der_buf_start, MBEDTLS_ASN1_INTEGER)); in convert_raw_to_der_single_int()
516 MBEDTLS_ASN1_INTEGER); in convert_der_to_raw_single_int()
Dasn1parse.c152 return asn1_get_tagged_int(p, end, MBEDTLS_ASN1_INTEGER, val); in mbedtls_asn1_get_int()
170 if ((ret = mbedtls_asn1_get_tag(p, end, &len, MBEDTLS_ASN1_INTEGER)) != 0) { in mbedtls_asn1_get_mpi()
Dasn1write.c133 ret = mbedtls_asn1_write_len_and_tag(p, start, len, MBEDTLS_ASN1_INTEGER); in mbedtls_asn1_write_mpi()
226 return asn1_write_tagged_int(p, start, val, MBEDTLS_ASN1_INTEGER); in mbedtls_asn1_write_int()
Dx509write_crt.c570 MBEDTLS_ASN1_INTEGER)); in mbedtls_x509write_crt_der()
Drsa.c251 if ((ret = mbedtls_asn1_get_tag(&p, end, &len, MBEDTLS_ASN1_INTEGER)) != 0) { in mbedtls_rsa_parse_pubkey()
263 if ((ret = mbedtls_asn1_get_tag(&p, end, &len, MBEDTLS_ASN1_INTEGER)) != 0) { in mbedtls_rsa_parse_pubkey()
Dx509.c74 **p != MBEDTLS_ASN1_INTEGER) { in mbedtls_x509_get_serial()
Dx509_crt.c678 authority_key_id->authorityCertSerialNumber.tag = MBEDTLS_ASN1_INTEGER; in x509_get_authority_key_id()
/mbedtls-latest/tests/src/
Dasn1_helpers.c28 MBEDTLS_ASN1_INTEGER), in mbedtls_test_asn1_skip_integer()
/mbedtls-latest/include/mbedtls/
Dasn1.h65 #define MBEDTLS_ASN1_INTEGER 0x02 macro
/mbedtls-latest/tests/suites/
Dtest_suite_asn1parse.function60 case MBEDTLS_ASN1_INTEGER:
Dtest_suite_x509parse.function1729 MBEDTLS_ASN1_INTEGER);
Dtest_suite_psa_crypto.function93 MBEDTLS_ASN1_INTEGER));
1266 MBEDTLS_ASN1_INTEGER));