Lines Matching refs:rsa_key
19 struct rsa_key *key = context;
49 struct rsa_key *key = context;
64 struct rsa_key *key = context;
79 struct rsa_key *key = context;
94 struct rsa_key *key = context;
109 struct rsa_key *key = context;
124 struct rsa_key *key = context;
139 struct rsa_key *key = context;
153 * provided struct rsa_key, pointers to the raw key as is,
156 * @rsa_key: struct rsa_key key representation
162 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key,
165 return asn1_ber_decoder(&rsapubkey_decoder, rsa_key, key, key_len);
171 * provided struct rsa_key, pointers to the raw key
175 * @rsa_key: struct rsa_key key representation
181 int rsa_parse_priv_key(struct rsa_key *rsa_key, const void *key,
184 return asn1_ber_decoder(&rsaprivkey_decoder, rsa_key, key, key_len);