Searched refs:ckey (Results 1 – 1 of 1) sorted by relevance
396 EVP_PKEY_CTX *ckey; in rsa_sign_with_key() local428 ckey = EVP_PKEY_CTX_new(key, NULL); in rsa_sign_with_key()429 if (!ckey) { in rsa_sign_with_key()434 if (EVP_DigestSignInit(context, &ckey, in rsa_sign_with_key()443 if (EVP_PKEY_CTX_set_rsa_padding(ckey, in rsa_sign_with_key()