Lines Matching defs:keyp

953 asn1_to_rsa_pri(private_key_obj_t *keyp, uchar_t *buf, ulong_t buf_len)
1064 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_MOD(keyp));
1087 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_PUBEXPO(keyp));
1110 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_PRIEXPO(keyp));
1133 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_PRIME1(keyp));
1156 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_PRIME2(keyp));
1179 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_EXPO1(keyp));
1202 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_EXPO2(keyp));
1226 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_COEF(keyp));
1232 bigint_attr_cleanup(KEY_PRI_RSA_MOD(keyp));
1233 bigint_attr_cleanup(KEY_PRI_RSA_PUBEXPO(keyp));
1234 bigint_attr_cleanup(KEY_PRI_RSA_PRIEXPO(keyp));
1235 bigint_attr_cleanup(KEY_PRI_RSA_PRIME1(keyp));
1236 bigint_attr_cleanup(KEY_PRI_RSA_PRIME2(keyp));
1237 bigint_attr_cleanup(KEY_PRI_RSA_EXPO1(keyp));
1238 bigint_attr_cleanup(KEY_PRI_RSA_EXPO2(keyp));
1239 bigint_attr_cleanup(KEY_PRI_RSA_COEF(keyp));
1263 asn1_to_dsa_pri(private_key_obj_t *keyp, uchar_t *buf, ulong_t buf_len)
1348 copy_bigint_attr(&tmp_nopad, KEY_PRI_DSA_PRIME(keyp));
1371 copy_bigint_attr(&tmp_nopad, KEY_PRI_DSA_SUBPRIME(keyp));
1395 copy_bigint_attr(&tmp_nopad, KEY_PRI_DSA_BASE(keyp));
1438 copy_bigint_attr(&tmp_nopad, KEY_PRI_DSA_VALUE(keyp));
1444 bigint_attr_cleanup(KEY_PRI_DSA_PRIME(keyp));
1445 bigint_attr_cleanup(KEY_PRI_DSA_SUBPRIME(keyp));
1446 bigint_attr_cleanup(KEY_PRI_DSA_BASE(keyp));
1447 bigint_attr_cleanup(KEY_PRI_DSA_VALUE(keyp));
1471 asn1_to_dh_pri(private_key_obj_t *keyp, uchar_t *buf, ulong_t buf_len)
1556 copy_bigint_attr(&tmp_nopad, KEY_PRI_DH_PRIME(keyp));
1580 copy_bigint_attr(&tmp_nopad, KEY_PRI_DH_BASE(keyp));
1623 copy_bigint_attr(&tmp_nopad, KEY_PRI_DH_VALUE(keyp));
1629 bigint_attr_cleanup(KEY_PRI_DH_PRIME(keyp));
1630 bigint_attr_cleanup(KEY_PRI_DH_BASE(keyp));
1631 bigint_attr_cleanup(KEY_PRI_DH_VALUE(keyp));
1655 asn1_to_x942_dh_pri(private_key_obj_t *keyp, uchar_t *buf, ulong_t buf_len)
1740 copy_bigint_attr(&tmp_nopad, KEY_PRI_DH942_PRIME(keyp));
1763 copy_bigint_attr(&tmp_nopad, KEY_PRI_DH942_BASE(keyp));
1787 copy_bigint_attr(&tmp_nopad, KEY_PRI_DH942_SUBPRIME(keyp));
1830 copy_bigint_attr(&tmp_nopad, KEY_PRI_DH942_VALUE(keyp));
1836 bigint_attr_cleanup(KEY_PRI_DH942_PRIME(keyp));
1837 bigint_attr_cleanup(KEY_PRI_DH942_BASE(keyp));
1838 bigint_attr_cleanup(KEY_PRI_DH942_SUBPRIME(keyp));
1839 bigint_attr_cleanup(KEY_PRI_DH942_VALUE(keyp));