Home
last modified time | relevance | path

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

/linux-4.4.14/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.c258 ctx->sinfo->sig.pkey_algo = PKEY_ALGO_RSA; in pkcs7_sig_note_pkey_algo()
621 BUG_ON(ctx->sinfo->sig.pkey_algo != PKEY_ALGO_RSA); in pkcs7_sig_note_signature()
/linux-4.4.14/include/crypto/
Dpublic_key.h22 PKEY_ALGO_RSA, enumerator