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

/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c101 static void zapparams(struct crypt_kop *kop);
102 static int cryptodev_asym(struct crypt_kop *kop, int rlen, BIGNUM *r,
707 static void zapparams(struct crypt_kop *kop) argument
711 for (i = 0; i <= kop->crk_iparams + kop->crk_oparams; i++) {
712 if (kop->crk_param[i].crp_p)
713 free(kop->crk_param[i].crp_p);
714 kop->crk_param[i].crp_p = NULL;
715 kop->crk_param[i].crp_nbits = 0;
720 cryptodev_asym(struct crypt_kop *kop, in argument
755 struct crypt_kop kop; local
809 struct crypt_kop kop; local
909 struct crypt_kop kop; local
957 struct crypt_kop kop; local
1021 struct crypt_kop kop; local
[all...]
/freebsd-9.3-release/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-9.3-release/sys/opencrypto/
H A Dcryptodev.c378 struct crypt_kop *kop; local
601 kop = &kopc;
602 crypt_kop_from_32(data, kop);
605 kop = (struct crypt_kop *)data;
612 kop->crk_crid =
616 error = cryptodev_key(kop);
620 crypt_kop_to_32(kop, data);
837 cryptodev_key(struct crypt_kop *kop) argument
843 if (kop->crk_iparams + kop
[all...]

Completed in 174 milliseconds