Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/tools/cert_create/src/
Dcert.c113 EVP_PKEY_CTX *pKeyCtx = NULL; in cert_new() local
140 if (!EVP_DigestSignInit(mdCtx, &pKeyCtx, get_digest(md_alg), NULL, ikey)) { in cert_new()
150 if (!EVP_PKEY_CTX_set_rsa_padding(pKeyCtx, RSA_PKCS1_PSS_PADDING)) { in cert_new()
155 if (!EVP_PKEY_CTX_set_rsa_pss_saltlen(pKeyCtx, RSA_SALT_LEN)) { in cert_new()
160 if (!EVP_PKEY_CTX_set_rsa_mgf1_md(pKeyCtx, get_digest(md_alg))) { in cert_new()