Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Drsa.h60 static inline int rsa_set_key(struct crypto_akcipher *child, in rsa_set_key() function
/linux/crypto/
H A Drsassa-pkcs1.c312 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 Drsa-pkcs1pad.c39 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()