Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/tools/cert_create/src/
Dcert.c106 EVP_PKEY_CTX *pKeyCtx = NULL; in cert_new() local
133 if (!EVP_DigestSignInit(mdCtx, &pKeyCtx, get_digest(md_alg), NULL, ikey)) { in cert_new()
143 if (!EVP_PKEY_CTX_set_rsa_padding(pKeyCtx, RSA_PKCS1_PSS_PADDING)) { in cert_new()
148 if (!EVP_PKEY_CTX_set_rsa_pss_saltlen(pKeyCtx, RSA_SALT_LEN)) { in cert_new()
153 if (!EVP_PKEY_CTX_set_rsa_mgf1_md(pKeyCtx, get_digest(md_alg))) { in cert_new()