Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Drsa.h57 #define RSA_PUB (true) macro
/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()
H A Drsa-pkcs1pad.c39 return rsa_set_key(ctx->child, &ctx->key_size, RSA_PUB, key, keylen); in pkcs1pad_set_pub_key()