Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Drsa.h58 #define RSA_PRIV (false) macro
/linux/crypto/
H A Drsassa-pkcs1.c320 return rsa_set_key(ctx->child, &ctx->key_size, RSA_PRIV, key, keylen); in rsassa_pkcs1_set_priv_key()
H A Drsa-pkcs1pad.c47 return rsa_set_key(ctx->child, &ctx->key_size, RSA_PRIV, key, keylen); in pkcs1pad_set_priv_key()