Searched refs:asn1_get_nonzero_mpi (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | pkparse.c | 964 static int asn1_get_nonzero_mpi(unsigned char **p, in asn1_get_nonzero_mpi() function 1031 if ((ret = asn1_get_nonzero_mpi(&p, end, &T)) != 0 || in pk_parse_key_pkcs1_der() 1038 if ((ret = asn1_get_nonzero_mpi(&p, end, &T)) != 0 || in pk_parse_key_pkcs1_der() 1045 if ((ret = asn1_get_nonzero_mpi(&p, end, &T)) != 0 || in pk_parse_key_pkcs1_der() 1052 if ((ret = asn1_get_nonzero_mpi(&p, end, &T)) != 0 || in pk_parse_key_pkcs1_der() 1059 if ((ret = asn1_get_nonzero_mpi(&p, end, &T)) != 0 || in pk_parse_key_pkcs1_der() 1078 if ((ret = asn1_get_nonzero_mpi(&p, end, &T)) != 0 || in pk_parse_key_pkcs1_der() 1084 if ((ret = asn1_get_nonzero_mpi(&p, end, &T)) != 0 || in pk_parse_key_pkcs1_der() 1090 if ((ret = asn1_get_nonzero_mpi(&p, end, &T)) != 0 || in pk_parse_key_pkcs1_der() 1097 if ((ret = asn1_get_nonzero_mpi(&p, end, &T)) != 0 || in pk_parse_key_pkcs1_der() [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | rsa.c | 60 static int asn1_get_nonzero_mpi(unsigned char **p, in asn1_get_nonzero_mpi() function 124 if ((ret = asn1_get_nonzero_mpi(&p, end, &T)) != 0 || in mbedtls_rsa_parse_key() 131 if ((ret = asn1_get_nonzero_mpi(&p, end, &T)) != 0 || in mbedtls_rsa_parse_key() 138 if ((ret = asn1_get_nonzero_mpi(&p, end, &T)) != 0 || in mbedtls_rsa_parse_key() 145 if ((ret = asn1_get_nonzero_mpi(&p, end, &T)) != 0 || in mbedtls_rsa_parse_key() 152 if ((ret = asn1_get_nonzero_mpi(&p, end, &T)) != 0 || in mbedtls_rsa_parse_key() 171 if ((ret = asn1_get_nonzero_mpi(&p, end, &T)) != 0 || in mbedtls_rsa_parse_key() 177 if ((ret = asn1_get_nonzero_mpi(&p, end, &T)) != 0 || in mbedtls_rsa_parse_key() 183 if ((ret = asn1_get_nonzero_mpi(&p, end, &T)) != 0 || in mbedtls_rsa_parse_key() 190 if ((ret = asn1_get_nonzero_mpi(&p, end, &T)) != 0 || in mbedtls_rsa_parse_key() [all …]
|