Searched refs:MBEDTLS_ASN1_INTEGER (Results 1 – 12 of 12) sorted by relevance
/mbedtls-latest/library/ |
D | psa_util.c | 428 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()
|
D | asn1parse.c | 152 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()
|
D | asn1write.c | 133 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()
|
D | x509write_crt.c | 570 MBEDTLS_ASN1_INTEGER)); in mbedtls_x509write_crt_der()
|
D | rsa.c | 251 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()
|
D | x509.c | 74 **p != MBEDTLS_ASN1_INTEGER) { in mbedtls_x509_get_serial()
|
D | x509_crt.c | 678 authority_key_id->authorityCertSerialNumber.tag = MBEDTLS_ASN1_INTEGER; in x509_get_authority_key_id()
|
/mbedtls-latest/tests/src/ |
D | asn1_helpers.c | 28 MBEDTLS_ASN1_INTEGER), in mbedtls_test_asn1_skip_integer()
|
/mbedtls-latest/include/mbedtls/ |
D | asn1.h | 65 #define MBEDTLS_ASN1_INTEGER 0x02 macro
|
/mbedtls-latest/tests/suites/ |
D | test_suite_asn1parse.function | 60 case MBEDTLS_ASN1_INTEGER:
|
D | test_suite_x509parse.function | 1729 MBEDTLS_ASN1_INTEGER);
|
D | test_suite_psa_crypto.function | 93 MBEDTLS_ASN1_INTEGER)); 1266 MBEDTLS_ASN1_INTEGER));
|