Lines Matching refs:keyp
942 asn1_to_rsa_pri(private_key_obj_t *keyp, uchar_t *buf, ulong_t buf_len) argument
1053 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_MOD(keyp));
1076 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_PUBEXPO(keyp));
1099 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_PRIEXPO(keyp));
1122 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_PRIME1(keyp));
1145 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_PRIME2(keyp));
1168 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_EXPO1(keyp));
1191 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_EXPO2(keyp));
1215 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_COEF(keyp));
1221 bigint_attr_cleanup(KEY_PRI_RSA_MOD(keyp));
1222 bigint_attr_cleanup(KEY_PRI_RSA_PUBEXPO(keyp));
1223 bigint_attr_cleanup(KEY_PRI_RSA_PRIEXPO(keyp));
1224 bigint_attr_cleanup(KEY_PRI_RSA_PRIME1(keyp));
1225 bigint_attr_cleanup(KEY_PRI_RSA_PRIME2(keyp));
1226 bigint_attr_cleanup(KEY_PRI_RSA_EXPO1(keyp));
1227 bigint_attr_cleanup(KEY_PRI_RSA_EXPO2(keyp));
1228 bigint_attr_cleanup(KEY_PRI_RSA_COEF(keyp));
1248 asn1_to_dsa_pri(private_key_obj_t *keyp, uchar_t *buf, ulong_t buf_len) argument
1333 copy_bigint_attr(&tmp_nopad, KEY_PRI_DSA_PRIME(keyp));
1356 copy_bigint_attr(&tmp_nopad, KEY_PRI_DSA_SUBPRIME(keyp));
1380 copy_bigint_attr(&tmp_nopad, KEY_PRI_DSA_BASE(keyp));
1423 copy_bigint_attr(&tmp_nopad, KEY_PRI_DSA_VALUE(keyp));
1429 bigint_attr_cleanup(KEY_PRI_DSA_PRIME(keyp));
1430 bigint_attr_cleanup(KEY_PRI_DSA_SUBPRIME(keyp));
1431 bigint_attr_cleanup(KEY_PRI_DSA_BASE(keyp));
1432 bigint_attr_cleanup(KEY_PRI_DSA_VALUE(keyp));
1452 asn1_to_dh_pri(private_key_obj_t *keyp, uchar_t *buf, ulong_t buf_len) argument
1537 copy_bigint_attr(&tmp_nopad, KEY_PRI_DH_PRIME(keyp));
1561 copy_bigint_attr(&tmp_nopad, KEY_PRI_DH_BASE(keyp));
1604 copy_bigint_attr(&tmp_nopad, KEY_PRI_DH_VALUE(keyp));
1610 bigint_attr_cleanup(KEY_PRI_DH_PRIME(keyp));
1611 bigint_attr_cleanup(KEY_PRI_DH_BASE(keyp));
1612 bigint_attr_cleanup(KEY_PRI_DH_VALUE(keyp));
1632 asn1_to_x942_dh_pri(private_key_obj_t *keyp, uchar_t *buf, ulong_t buf_len) argument
1717 copy_bigint_attr(&tmp_nopad, KEY_PRI_DH942_PRIME(keyp));
1740 copy_bigint_attr(&tmp_nopad, KEY_PRI_DH942_BASE(keyp));
1764 copy_bigint_attr(&tmp_nopad, KEY_PRI_DH942_SUBPRIME(keyp));
1807 copy_bigint_attr(&tmp_nopad, KEY_PRI_DH942_VALUE(keyp));
1813 bigint_attr_cleanup(KEY_PRI_DH942_PRIME(keyp));
1814 bigint_attr_cleanup(KEY_PRI_DH942_BASE(keyp));
1815 bigint_attr_cleanup(KEY_PRI_DH942_SUBPRIME(keyp));
1816 bigint_attr_cleanup(KEY_PRI_DH942_VALUE(keyp));