Searched refs:key_prop (Results 1 – 8 of 8) sorted by relevance
/u-boot/include/u-boot/ |
A D | rsa-mod-exp.h | 22 struct key_prop { struct 44 int rsa_gen_key_prop(const void *key, uint32_t keylen, struct key_prop **proc); 52 void rsa_free_key_prop(struct key_prop *prop); 65 struct key_prop *node, uint8_t *out); 68 struct key_prop *node, uint8_t *out); 99 uint32_t sig_len, struct key_prop *node,
|
/u-boot/drivers/crypto/rsa_mod_exp/ |
A D | mod_exp_sw.c | 14 struct key_prop *prop, uint8_t *out) in mod_exp_sw()
|
A D | mod_exp_uclass.c | 22 struct key_prop *node, uint8_t *out) in rsa_mod_exp()
|
/u-boot/drivers/crypto/fsl/ |
A D | fsl_rsa.c | 20 struct key_prop *prop, uint8_t *out) in fsl_mod_exp()
|
/u-boot/lib/rsa/ |
A D | rsa-verify.c | 317 struct key_prop *prop, const uint8_t *sig, in rsa_verify_key() 393 struct key_prop *prop; in rsa_verify_with_pkey() 439 struct key_prop prop; in rsa_verify_with_keynode()
|
A D | rsa-keyprop.c | 628 void rsa_free_key_prop(struct key_prop *prop) in rsa_free_key_prop() 653 int rsa_gen_key_prop(const void *key, uint32_t keylen, struct key_prop **prop) in rsa_gen_key_prop()
|
A D | rsa-mod-exp.c | 259 struct key_prop *prop, uint8_t *out) in rsa_mod_exp_sw()
|
/u-boot/board/freescale/common/ |
A D | fsl_validate.c | 788 struct key_prop prop; in calculate_cmp_img_sig() 800 memset(&prop, 0, sizeof(struct key_prop)); in calculate_cmp_img_sig()
|
Completed in 10 milliseconds