/aosp_15_r20/external/mbedtls/library/ |
H A D | asn1parse.c | 151 return asn1_get_tagged_int(p, end, MBEDTLS_ASN1_INTEGER, val); in mbedtls_asn1_get_int() 169 if ((ret = mbedtls_asn1_get_tag(p, end, &len, MBEDTLS_ASN1_INTEGER)) != 0) { in mbedtls_asn1_get_mpi()
|
H A D | asn1write.c | 132 ret = mbedtls_asn1_write_len_and_tag(p, start, len, MBEDTLS_ASN1_INTEGER); in mbedtls_asn1_write_mpi() 225 return asn1_write_tagged_int(p, start, val, MBEDTLS_ASN1_INTEGER); in mbedtls_asn1_write_int()
|
H A D | pkparse.c | 792 if ((ret = mbedtls_asn1_get_tag(p, end, &len, MBEDTLS_ASN1_INTEGER)) != 0) { in pk_get_rsapubkey() 804 if ((ret = mbedtls_asn1_get_tag(p, end, &len, MBEDTLS_ASN1_INTEGER)) != 0) { in pk_get_rsapubkey()
|
H A D | x509write_crt.c | 565 MBEDTLS_ASN1_INTEGER)); in mbedtls_x509write_crt_der()
|
H A D | pk_wrap.c | 668 MBEDTLS_ASN1_INTEGER)) != 0) { in extract_ecdsa_sig_int() 921 MBEDTLS_ASN1_INTEGER)); in asn1_write_mpibuf()
|
H A D | x509.c | 74 **p != MBEDTLS_ASN1_INTEGER) { in mbedtls_x509_get_serial()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/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() 513 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 | 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()
|
H A D | x509write_crt.c | 566 MBEDTLS_ASN1_INTEGER)); in mbedtls_x509write_crt_der()
|
H A D | rsa.c | 250 if ((ret = mbedtls_asn1_get_tag(&p, end, &len, MBEDTLS_ASN1_INTEGER)) != 0) { in mbedtls_rsa_parse_pubkey() 262 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()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/auth/mbedtls/ |
D | mbedtls_x509_parser.c | 205 MBEDTLS_ASN1_INTEGER, in cert_parse() 254 ret = mbedtls_asn1_get_tag(&p, end, &len, MBEDTLS_ASN1_INTEGER); in cert_parse()
|
D | mbedtls_psa_crypto.c | 251 MBEDTLS_ASN1_INTEGER); in get_ecdsa_signature_from_asn1() 266 MBEDTLS_ASN1_INTEGER); in get_ecdsa_signature_from_asn1()
|
/aosp_15_r20/external/mbedtls/tests/src/ |
H A D | asn1_helpers.c | 26 MBEDTLS_ASN1_INTEGER), in mbedtls_test_asn1_skip_integer()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/ |
H A D | asn1_helpers.c | 26 MBEDTLS_ASN1_INTEGER), in mbedtls_test_asn1_skip_integer()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | asn1.h | 65 #define MBEDTLS_ASN1_INTEGER 0x02 macro
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | asn1.h | 65 #define MBEDTLS_ASN1_INTEGER 0x02 macro
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/auth/cryptocell/713/ |
H A D | cryptocell_crypto.c | 157 rc = mbedtls_asn1_get_tag(&p, end, &len, MBEDTLS_ASN1_INTEGER); in verify_signature()
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/auth/cryptocell/712/ |
H A D | cryptocell_crypto.c | 168 rc = mbedtls_asn1_get_tag(&p, end, &len, MBEDTLS_ASN1_INTEGER); in verify_signature()
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/auth/mbedtls/ |
H A D | mbedtls_x509_parser.c | 197 ret = mbedtls_asn1_get_tag(&p, end, &len, MBEDTLS_ASN1_INTEGER); in cert_parse()
|
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/ |
H A D | mbedtls-extensions.c | 415 MBEDTLS_ASN1_INTEGER ); in x509_get_akid()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/st/common/ |
D | stm32mp_crypto_lib.c | 378 ret = mbedtls_asn1_get_sequence_of(&p, end, &seq, MBEDTLS_ASN1_INTEGER); in crypto_verify_signature()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_asn1parse.function | 60 case MBEDTLS_ASN1_INTEGER:
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_asn1parse.function | 60 case MBEDTLS_ASN1_INTEGER:
|