Lines Matching defs:keyp

952 asn1_to_rsa_pri(private_key_obj_t *keyp, uchar_t *buf, ulong_t buf_len)
1063 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_MOD(keyp));
1086 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_PUBEXPO(keyp));
1109 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_PRIEXPO(keyp));
1132 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_PRIME1(keyp));
1155 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_PRIME2(keyp));
1178 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_EXPO1(keyp));
1201 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_EXPO2(keyp));
1225 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_COEF(keyp));
1231 bigint_attr_cleanup(KEY_PRI_RSA_MOD(keyp));
1232 bigint_attr_cleanup(KEY_PRI_RSA_PUBEXPO(keyp));
1233 bigint_attr_cleanup(KEY_PRI_RSA_PRIEXPO(keyp));
1234 bigint_attr_cleanup(KEY_PRI_RSA_PRIME1(keyp));
1235 bigint_attr_cleanup(KEY_PRI_RSA_PRIME2(keyp));
1236 bigint_attr_cleanup(KEY_PRI_RSA_EXPO1(keyp));
1237 bigint_attr_cleanup(KEY_PRI_RSA_EXPO2(keyp));
1238 bigint_attr_cleanup(KEY_PRI_RSA_COEF(keyp));
1262 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));
1372 copy_bigint_attr(&tmp_nopad, KEY_PRI_DSA_SUBPRIME(keyp));
1397 copy_bigint_attr(&tmp_nopad, KEY_PRI_DSA_BASE(keyp));
1441 copy_bigint_attr(&tmp_nopad, KEY_PRI_DSA_VALUE(keyp));
1447 bigint_attr_cleanup(KEY_PRI_DSA_PRIME(keyp));
1448 bigint_attr_cleanup(KEY_PRI_DSA_SUBPRIME(keyp));
1449 bigint_attr_cleanup(KEY_PRI_DSA_BASE(keyp));
1450 bigint_attr_cleanup(KEY_PRI_DSA_VALUE(keyp));
1474 asn1_to_dh_pri(private_key_obj_t *keyp, uchar_t *buf, ulong_t buf_len)
1559 copy_bigint_attr(&tmp_nopad, KEY_PRI_DH_PRIME(keyp));
1583 copy_bigint_attr(&tmp_nopad, KEY_PRI_DH_BASE(keyp));
1626 copy_bigint_attr(&tmp_nopad, KEY_PRI_DH_VALUE(keyp));
1627 KEY_PRI_DH_VAL_BITS(keyp) = bigint_bitlen(KEY_PRI_DH_VALUE(keyp));
1633 bigint_attr_cleanup(KEY_PRI_DH_PRIME(keyp));
1634 bigint_attr_cleanup(KEY_PRI_DH_BASE(keyp));
1635 bigint_attr_cleanup(KEY_PRI_DH_VALUE(keyp));
1659 asn1_to_x942_dh_pri(private_key_obj_t *keyp, uchar_t *buf, ulong_t buf_len)
1744 copy_bigint_attr(&tmp_nopad, KEY_PRI_DH942_PRIME(keyp));
1767 copy_bigint_attr(&tmp_nopad, KEY_PRI_DH942_BASE(keyp));
1791 copy_bigint_attr(&tmp_nopad, KEY_PRI_DH942_SUBPRIME(keyp));
1834 copy_bigint_attr(&tmp_nopad, KEY_PRI_DH942_VALUE(keyp));
1840 bigint_attr_cleanup(KEY_PRI_DH942_PRIME(keyp));
1841 bigint_attr_cleanup(KEY_PRI_DH942_BASE(keyp));
1842 bigint_attr_cleanup(KEY_PRI_DH942_SUBPRIME(keyp));
1843 bigint_attr_cleanup(KEY_PRI_DH942_VALUE(keyp));