/mcuboot-3.7.0/ext/mbedtls-asn1/src/ |
D | asn1parse.c | 45 int mbedtls_asn1_get_len( unsigned char **p, in mbedtls_asn1_get_len() 103 int mbedtls_asn1_get_tag( unsigned char **p, in mbedtls_asn1_get_tag() 118 int mbedtls_asn1_get_bool( unsigned char **p, in mbedtls_asn1_get_bool() 137 static int asn1_get_tagged_int( unsigned char **p, in asn1_get_tagged_int() 181 int mbedtls_asn1_get_int( unsigned char **p, in mbedtls_asn1_get_int() 188 int mbedtls_asn1_get_enum( unsigned char **p, in mbedtls_asn1_get_enum() 196 int mbedtls_asn1_get_mpi( unsigned char **p, in mbedtls_asn1_get_mpi() 214 int mbedtls_asn1_get_bitstring( unsigned char **p, const unsigned char *end, in mbedtls_asn1_get_bitstring() 249 unsigned char **p, in mbedtls_asn1_traverse_sequence_of() 299 int mbedtls_asn1_get_bitstring_null( unsigned char **p, const unsigned char *end, in mbedtls_asn1_get_bitstring_null() [all …]
|
/mcuboot-3.7.0/boot/bootutil/include/bootutil/crypto/ |
D | rsa.h | 119 bootutil_rsa_parse_private_key(bootutil_rsa_context *ctx, uint8_t **p, uint8_t *end) in bootutil_rsa_parse_private_key() 142 bootutil_rsa_parse_public_key(bootutil_rsa_context *ctx, uint8_t **p, uint8_t *end) in bootutil_rsa_parse_public_key()
|
D | ecdsa.h | 306 #define PUB_KEY_OID_OFFSET(p) (*p + PUB_KEY_LEN_OFF+1) argument 309 #define CURVE_TYPE_OID_OFFSET(p) PUB_KEY_OID_OFFSET(p) + sizeof(IdEcPublicKey) argument 321 static inline void get_public_key_from_rfc5280_encoding(uint8_t **p, size_t *size) in get_public_key_from_rfc5280_encoding() 500 static int bootutil_parse_eckey(bootutil_ecdsa_context *ctx, uint8_t **p, uint8_t *end) in bootutil_parse_eckey()
|
/mcuboot-3.7.0/ext/tinycrypt/tests/ |
D | test_cbc_mode.c | 110 uint8_t *p; in test_1_and_2() local
|
D | test_ctr_prng.c | 60 uint8_t *p; in hexStringToBytes() local
|
/mcuboot-3.7.0/sim/mcuboot-sys/ |
D | build.rs | 492 let p = ent.path(); in walk_dir() localVariable 525 let p = p.as_ref(); in file() localVariable
|
/mcuboot-3.7.0/ext/tinycrypt/lib/source/ |
D | cbc_mode.c | 83 const uint8_t *p; in tc_cbc_mode_decrypt() local
|
D | ecc_dsa.c | 107 uECC_word_t p[NUM_ECC_WORDS * 2]; in uECC_sign_with_k() local
|
D | ecc.c | 249 uECC_dword_t p = (uECC_dword_t)a * b; in muladd() local
|
/mcuboot-3.7.0/ext/fiat/src/ |
D | curve25519.c | 471 static void ge_p3_to_p2(ge_p2 *r, const ge_p3 *p) { in ge_p3_to_p2() 478 void x25519_ge_p3_to_cached(ge_cached *r, const ge_p3 *p) { in x25519_ge_p3_to_cached() 486 void x25519_ge_p1p1_to_p2(ge_p2 *r, const ge_p1p1 *p) { in x25519_ge_p1p1_to_p2() 493 void x25519_ge_p1p1_to_p3(ge_p3 *r, const ge_p1p1 *p) { in x25519_ge_p1p1_to_p3() 501 static void ge_p2_dbl(ge_p1p1 *r, const ge_p2 *p) { in ge_p2_dbl() 520 static void ge_p3_dbl(ge_p1p1 *r, const ge_p3 *p) { in ge_p3_dbl() 527 static void ge_madd(ge_p1p1 *r, const ge_p3 *p, const ge_precomp *q) { in ge_madd() 544 static void ge_msub(ge_p1p1 *r, const ge_p3 *p, const ge_precomp *q) { in ge_msub() 561 void x25519_ge_add(ge_p1p1 *r, const ge_p3 *p, const ge_cached *q) { in x25519_ge_add() 579 void x25519_ge_sub(ge_p1p1 *r, const ge_p3 *p, const ge_cached *q) { in x25519_ge_sub()
|
/mcuboot-3.7.0/ext/tinycrypt/lib/include/tinycrypt/ |
D | ecc.h | 116 uECC_word_t p[NUM_ECC_WORDS]; member
|
/mcuboot-3.7.0/boot/bootutil/src/ |
D | encrypted.c | 103 parse_ec256_enckey(uint8_t **p, uint8_t *end, uint8_t *private_key) in parse_ec256_enckey() 181 parse_x25519_enckey(uint8_t **p, uint8_t *end, uint8_t *private_key) in parse_x25519_enckey()
|
D | image_validate.c | 455 for (const uint16_t *p = allowed_unprot_tlvs; *p != IMAGE_TLV_ANY; p++) { in bootutil_img_validate() local
|
D | loader.c | 882 uint8_t *p = (uint8_t *)data; in boot_data_is_set_to() local 1184 static void like_mbedtls_zeroize(void *p, size_t n) in like_mbedtls_zeroize()
|
/mcuboot-3.7.0/sim/mcuboot-sys/csupport/ |
D | run.c | 59 parse_pubkey(mbedtls_rsa_context *ctx, uint8_t **p, uint8_t *end) in parse_pubkey()
|