Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/cert_create/src/
H A Dcert.c102 EVP_PKEY *pkey = keys[cert->key].key; in cert_new() local
122 if (!pkey) { in cert_new()
123 pkey = ikey; in cert_new()
176 X509_set_pubkey(x, pkey); in cert_new()
H A Dkey.c215 EVP_PKEY *pkey; in key_load_pkcs11() local
245 pkey = ENGINE_load_private_key(e, uri, NULL, NULL); in key_load_pkcs11()
246 if (pkey) in key_load_pkcs11()
247 return pkey; in key_load_pkcs11()
/rk3399_ARM-atf/include/drivers/nxp/auth/csf_hdr_parser/
H A Dcsf_hdr.h74 uint32_t pkey; /* public key offset */ member
126 uint8_t pkey[2 * RSA_4K_KEY_SZ_BYTES]; member
/rk3399_ARM-atf/drivers/nxp/auth/csf_hdr_parser/
H A Dcsf_hdr_parser.c115 ret = hash_update(algo, ctx, srktbl[i].pkey, srktbl[i].key_len); in deploy_rotpk_hash_table()
282 *key = (uint8_t *)&(srktbl[key_num - 1].pkey); in get_key()
/rk3399_ARM-atf/tools/marvell/doimage/
H A Ddoimage.c352 unsigned char *pkey = (unsigned char *)pub_key; in verify_rsa_signature() local
372 rval = mbedtls_pk_parse_subpubkey(&pkey, pub_key + klen, &pk_ctx); in verify_rsa_signature()
/rk3399_ARM-atf/docs/
H A Dchange-log.md5500 …- key: Avoid having a temporary value for pkey in key_load ([ea6f845](https://review.trustedfirmwa…