Searched refs:mbedtls_asn1_get_int (Results 1 – 12 of 12) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | asn1.h | 287 int mbedtls_asn1_get_int(unsigned char **p,
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | pkcs5.c | 70 if ((ret = mbedtls_asn1_get_int(&p, end, iterations)) != 0) { in pkcs5_parse_pbkdf2_params() 78 if ((ret = mbedtls_asn1_get_int(&p, end, keylen)) != 0) { in pkcs5_parse_pbkdf2_params()
|
| H A D | pkparse.c | 119 if ((ret = mbedtls_asn1_get_int(&p, end, &ver)) != 0) { in pk_group_from_specified() 634 if ((ret = mbedtls_asn1_get_int(&p, end, &version)) != 0) { in pk_parse_key_sec1_der() 784 if ((ret = mbedtls_asn1_get_int(&p, end, &version)) != 0) { in pk_parse_key_pkcs8_unencrypted_der()
|
| H A D | asn1parse.c | 148 int mbedtls_asn1_get_int(unsigned char **p, in mbedtls_asn1_get_int() function
|
| H A D | pkcs12.c | 62 if ((ret = mbedtls_asn1_get_int(p, end, iterations)) != 0) { in pkcs12_parse_pbe_params()
|
| H A D | x509_csr.c | 49 if ((ret = mbedtls_asn1_get_int(p, end, ver)) != 0) { in x509_csr_get_version()
|
| H A D | x509_crl.c | 57 if ((ret = mbedtls_asn1_get_int(p, end, ver)) != 0) { in x509_crl_get_version()
|
| H A D | pkcs7.c | 65 ret = mbedtls_asn1_get_int(p, end, ver); in pkcs7_get_version()
|
| H A D | x509.c | 346 if ((ret = mbedtls_asn1_get_int(&p, end2, salt_len)) != 0) { in mbedtls_x509_get_rsassa_pss_params() 372 if ((ret = mbedtls_asn1_get_int(&p, end2, &trailer_field)) != 0) { in mbedtls_x509_get_rsassa_pss_params()
|
| H A D | x509_crt.c | 415 if ((ret = mbedtls_asn1_get_int(p, end, ver)) != 0) { in x509_get_version() 521 ret = mbedtls_asn1_get_int(p, end, ca_istrue); in x509_get_basic_constraints() 537 if ((ret = mbedtls_asn1_get_int(p, end, max_pathlen)) != 0) { in x509_get_basic_constraints()
|
| H A D | rsa.c | 118 if ((ret = mbedtls_asn1_get_int(&p, end, &version)) != 0) { in mbedtls_rsa_parse_key()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 2981 * Fix mbedtls_asn1_get_int to support any number of leading zeros. Credit 4466 mbedtls_asn1_get_int(). Found and fixed by Guido Vranken. #599
|