Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dasn1.h65 #define MBEDTLS_ASN1_INTEGER 0x02 macro
/optee_os/lib/libmbedtls/mbedtls/library/
H A 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()
519 MBEDTLS_ASN1_INTEGER); in convert_der_to_raw_single_int()
H A 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()
H A Dasn1write.c135 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 Dx509write_crt.c572 MBEDTLS_ASN1_INTEGER)); in mbedtls_x509write_crt_der()
H A Drsa.c253 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 Dx509.c74 **p != MBEDTLS_ASN1_INTEGER) { in mbedtls_x509_get_serial()
H A Dx509_crt.c678 authority_key_id->authorityCertSerialNumber.tag = MBEDTLS_ASN1_INTEGER; in x509_get_authority_key_id()