Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/asymmetric_keys/
Dpublic_key.h30 extern const struct public_key_algorithm RSA_public_key_algorithm;
Drsa.c271 const struct public_key_algorithm RSA_public_key_algorithm = { variable
278 EXPORT_SYMBOL_GPL(RSA_public_key_algorithm);
Dpublic_key.c34 [PKEY_ALGO_RSA] = &RSA_public_key_algorithm,