Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_crypto_x509.c391 EVP_PKEY_CTX *pKeyCtx = NULL; in CC_CommonX509SetKeyAndSign() local
438 rc = EVP_DigestSignInit(&mdCtx, &pKeyCtx, EVP_sha256(), NULL, pKey); in CC_CommonX509SetKeyAndSign()
444 rc = EVP_PKEY_CTX_set_rsa_padding(pKeyCtx, RSA_PKCS1_PSS_PADDING); in CC_CommonX509SetKeyAndSign()
450 rc = EVP_PKEY_CTX_set_rsa_pss_saltlen(pKeyCtx, RSA_SALT_LEN); in CC_CommonX509SetKeyAndSign()
456 rc = EVP_PKEY_CTX_set_rsa_mgf1_md(pKeyCtx, EVP_sha256()); in CC_CommonX509SetKeyAndSign()