Lines Matching defs:dst
754 biginteger_t *dst = NULL;
762 dst = OBJ_PUB_RSA_MOD(key);
764 dst = OBJ_PRI_RSA_MOD(key);
770 dst = OBJ_PUB_RSA_PUBEXPO(key);
772 dst = OBJ_PRI_RSA_PUBEXPO(key);
777 dst = OBJ_PRI_RSA_PRIEXPO(key);
782 dst = OBJ_PRI_RSA_PRIME1(key);
787 dst = OBJ_PRI_RSA_PRIME2(key);
792 dst = OBJ_PRI_RSA_EXPO1(key);
797 dst = OBJ_PRI_RSA_EXPO2(key);
802 dst = OBJ_PRI_RSA_COEF(key);
816 copy_bigint_attr(&src, dst);