Lines Matching refs:rsa_key
24 struct rsa_key *key = context; in rsa_get_n()
54 struct rsa_key *key = context; in rsa_get_e()
69 struct rsa_key *key = context; in rsa_get_d()
84 struct rsa_key *key = context; in rsa_get_p()
99 struct rsa_key *key = context; in rsa_get_q()
114 struct rsa_key *key = context; in rsa_get_dp()
129 struct rsa_key *key = context; in rsa_get_dq()
144 struct rsa_key *key = context; in rsa_get_qinv()
167 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key, in rsa_parse_pub_key() argument
170 return asn1_ber_decoder(&rsapubkey_decoder, rsa_key, key, key_len); in rsa_parse_pub_key()
186 int rsa_parse_priv_key(struct rsa_key *rsa_key, const void *key, in rsa_parse_priv_key() argument
189 return asn1_ber_decoder(&rsaprivkey_decoder, rsa_key, key, key_len); in rsa_parse_priv_key()