Home
last modified time | relevance | path

Searched refs:PKEY_ALGO_RSA (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/crypto/asymmetric_keys/
Dx509_cert_parser.c192 ctx->cert->sig.pkey_algo = PKEY_ALGO_RSA; in x509_note_pkey_algo()
197 ctx->cert->sig.pkey_algo = PKEY_ALGO_RSA; in x509_note_pkey_algo()
202 ctx->cert->sig.pkey_algo = PKEY_ALGO_RSA; in x509_note_pkey_algo()
207 ctx->cert->sig.pkey_algo = PKEY_ALGO_RSA; in x509_note_pkey_algo()
212 ctx->cert->sig.pkey_algo = PKEY_ALGO_RSA; in x509_note_pkey_algo()
217 ctx->cert->sig.pkey_algo = PKEY_ALGO_RSA; in x509_note_pkey_algo()
399 ctx->cert->pub->pkey_algo = PKEY_ALGO_RSA; in x509_extract_key_data()
Dpublic_key.c27 [PKEY_ALGO_RSA] = "RSA",
34 [PKEY_ALGO_RSA] = &RSA_public_key_algorithm,
Dpkcs7_parser.c219 ctx->sinfo->sig.pkey_algo = PKEY_ALGO_RSA; in pkcs7_sig_note_pkey_algo()
379 BUG_ON(ctx->sinfo->sig.pkey_algo != PKEY_ALGO_RSA); in pkcs7_sig_note_signature()
/linux-4.1.27/include/crypto/
Dpublic_key.h23 PKEY_ALGO_RSA, enumerator
/linux-4.1.27/kernel/
Dmodule_signing.c216 if (ms.algo != PKEY_ALGO_RSA || in mod_verify_sig()