Searched refs:KEY_PRI_RSA_PUBEXPO (Results 1 – 6 of 6) sorted by relevance
1700 copy_bigint_attr(&pubexpo, KEY_PRI_RSA_PUBEXPO(pvk)); in kernel_build_private_key_object()3398 bigint_attr_cleanup(KEY_PRI_RSA_PUBEXPO(pbk)); in free_private_key_attr()3443 rv = copy_bigint(KEY_PRI_RSA_PUBEXPO(pbk), in kernel_copy_private_key_attr()3444 KEY_PRI_RSA_PUBEXPO(old_pri_key_obj_p)); in kernel_copy_private_key_attr()
348 #define KEY_PRI_RSA_PUBEXPO(k) \ macro
1087 copy_bigint_attr(&tmp_nopad, KEY_PRI_RSA_PUBEXPO(keyp));1233 bigint_attr_cleanup(KEY_PRI_RSA_PUBEXPO(keyp));
494 #define KEY_PRI_RSA_PUBEXPO(k) \ macro
2265 copy_bigint_attr(&pubexpo, KEY_PRI_RSA_PUBEXPO(pvk));5948 bigint_attr_cleanup(KEY_PRI_RSA_PUBEXPO(pbk));6007 rv = copy_bigint(KEY_PRI_RSA_PUBEXPO(pbk),6008 KEY_PRI_RSA_PUBEXPO(old_pri_key_obj_p));
1541 copy_bigint_attr(&pubexpo, KEY_PRI_RSA_PUBEXPO(pvk)); in soft_unpack_object()