Home
last modified time | relevance | path

Searched refs:mbedtls_asn1_get_alg (Results 1 – 6 of 6) sorted by relevance

/mcuboot-2.7.6/boot/bootutil/src/
Dimage_ed25519.c42 if (mbedtls_asn1_get_alg(cp, end, &alg, &param)) { in bootutil_import_key()
Dimage_ec256.c68 if (mbedtls_asn1_get_alg(p, end, &alg, &param)) { in bootutil_parse_eckey()
115 if (mbedtls_asn1_get_alg(cp, end, &alg, &param)) { in bootutil_import_key()
Dimage_ec.c61 if (mbedtls_asn1_get_alg(p, end, &alg, &param)) { in bootutil_parse_eckey()
Dencrypted.c189 if ((rc = mbedtls_asn1_get_alg(p, end, &alg, &param)) != 0) { in parse_ec256_enckey()
266 if (mbedtls_asn1_get_alg(p, end, &alg, &param) != 0) { in parse_x25519_enckey()
/mcuboot-2.7.6/ext/mbedtls-asn1/include/mbedtls/
Dasn1.h306 int mbedtls_asn1_get_alg( unsigned char **p,
/mcuboot-2.7.6/ext/mbedtls-asn1/src/
Dasn1parse.c287 int mbedtls_asn1_get_alg( unsigned char **p, in mbedtls_asn1_get_alg() function
340 if( ( ret = mbedtls_asn1_get_alg( p, end, alg, &params ) ) != 0 ) in mbedtls_asn1_get_alg_null()