Searched refs:MBEDTLS_ASN1_INTEGER (Results 1 – 8 of 8) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | asn1.h | 65 #define MBEDTLS_ASN1_INTEGER 0x02 macro
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A 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() 519 MBEDTLS_ASN1_INTEGER); in convert_der_to_raw_single_int()
|
| H A 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()
|
| H A D | asn1write.c | 135 ret = mbedtls_asn1_write_len_and_tag(p, start, len, MBEDTLS_ASN1_INTEGER); in mbedtls_asn1_write_mpi() 228 return asn1_write_tagged_int(p, start, val, MBEDTLS_ASN1_INTEGER); in mbedtls_asn1_write_int()
|
| H A D | x509write_crt.c | 572 MBEDTLS_ASN1_INTEGER)); in mbedtls_x509write_crt_der()
|
| H A D | rsa.c | 253 if ((ret = mbedtls_asn1_get_tag(&p, end, &len, MBEDTLS_ASN1_INTEGER)) != 0) { in mbedtls_rsa_parse_pubkey() 265 if ((ret = mbedtls_asn1_get_tag(&p, end, &len, MBEDTLS_ASN1_INTEGER)) != 0) { in mbedtls_rsa_parse_pubkey()
|
| H A D | x509.c | 74 **p != MBEDTLS_ASN1_INTEGER) { in mbedtls_x509_get_serial()
|
| H A D | x509_crt.c | 678 authority_key_id->authorityCertSerialNumber.tag = MBEDTLS_ASN1_INTEGER; in x509_get_authority_key_id()
|