Searched refs:pkey (Results 1 – 6 of 6) sorted by relevance
102 EVP_PKEY *pkey = keys[cert->key].key; in cert_new() local122 if (!pkey) { in cert_new()123 pkey = ikey; in cert_new()176 X509_set_pubkey(x, pkey); in cert_new()
215 EVP_PKEY *pkey; in key_load_pkcs11() local245 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()
74 uint32_t pkey; /* public key offset */ member126 uint8_t pkey[2 * RSA_4K_KEY_SZ_BYTES]; member
115 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()
352 unsigned char *pkey = (unsigned char *)pub_key; in verify_rsa_signature() local372 rval = mbedtls_pk_parse_subpubkey(&pkey, pub_key + klen, &pk_ctx); in verify_rsa_signature()
5500 …- key: Avoid having a temporary value for pkey in key_load ([ea6f845](https://review.trustedfirmwa…