Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/cert_create/src/
H A Dcert.c104 EVP_PKEY *ikey = keys[issuer_cert->key].key; in cert_new() local
123 pkey = ikey; in cert_new()
139 if (!EVP_DigestSignInit(mdCtx, &pKeyCtx, get_digest(md_alg), NULL, ikey)) { in cert_new()
148 if (EVP_PKEY_base_id(ikey) == EVP_PKEY_RSA) { in cert_new()