Searched refs:rsa_set_key (Results 1 – 3 of 3) sorted by relevance
| /linux/include/crypto/internal/ |
| H A D | rsa.h | 60 static inline int rsa_set_key(struct crypto_akcipher *child, in rsa_set_key() function
|
| /linux/crypto/ |
| H A D | rsassa-pkcs1.c | 312 return rsa_set_key(ctx->child, &ctx->key_size, RSA_PUB, key, keylen); in rsassa_pkcs1_set_pub_key() 320 return rsa_set_key(ctx->child, &ctx->key_size, RSA_PRIV, key, keylen); in rsassa_pkcs1_set_priv_key()
|
| H A D | rsa-pkcs1pad.c | 39 return rsa_set_key(ctx->child, &ctx->key_size, RSA_PUB, key, keylen); in pkcs1pad_set_pub_key() 47 return rsa_set_key(ctx->child, &ctx->key_size, RSA_PRIV, key, keylen); in pkcs1pad_set_priv_key()
|