Searched refs:kop (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c105 static void zapparams(struct crypt_kop *kop);
106 static int cryptodev_asym(struct crypt_kop *kop, int rlen, BIGNUM *r,
1068 static void zapparams(struct crypt_kop *kop) argument
1072 for (i = 0; i < kop->crk_iparams + kop->crk_oparams; i++) {
1073 OPENSSL_free(kop->crk_param[i].crp_p);
1074 kop->crk_param[i].crp_p = NULL;
1075 kop->crk_param[i].crp_nbits = 0;
1080 cryptodev_asym(struct crypt_kop *kop, int rlen, BIGNUM *r, int slen, argument
1089 kop
1124 struct crypt_kop kop; local
1179 struct crypt_kop kop; local
1279 struct crypt_kop kop; local
1330 struct crypt_kop kop; local
1394 struct crypt_kop kop; local
[all...]
/freebsd-11-stable/tools/tools/crypto/
H A Dcryptokeytest.c128 struct crypt_kop kop; local
142 bzero(&kop, sizeof(kop));
143 kop.crk_op = CRK_MOD_EXP;
144 kop.crk_iparams = 3;
145 kop.crk_oparams = 1;
146 kop.crk_crid = crid;
147 kop.crk_param[0].crp_p = ale;
148 kop.crk_param[0].crp_nbits = BN_num_bytes(a) * 8;
149 kop
[all...]
/freebsd-11-stable/sys/opencrypto/
H A Dcryptodev.c388 struct crypt_kop *kop; local
658 kop = &kopc;
659 crypt_kop_from_32(data, kop);
662 kop = (struct crypt_kop *)data;
669 kop->crk_crid =
673 error = cryptodev_key(kop);
677 crypt_kop_to_32(kop, data);
1162 cryptodev_key(struct crypt_kop *kop) argument
1168 if (kop->crk_iparams + kop
[all...]

Completed in 74 milliseconds