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

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

Completed in 394 milliseconds