Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/rsa/
H A Drsa-sign.c396 EVP_PKEY_CTX *ckey; in rsa_sign_with_key() local
428 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()