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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cryptodev.c96 static void zapparams(struct crypt_kop *kop);
97 static int cryptodev_asym(struct crypt_kop *kop, int rlen, BIGNUM *r,
680 zapparams(struct crypt_kop *kop) argument
684 for (i = 0; i <= kop->crk_iparams + kop->crk_oparams; i++) {
685 if (kop->crk_param[i].crp_p)
686 free(kop->crk_param[i].crp_p);
687 kop->crk_param[i].crp_p = NULL;
688 kop->crk_param[i].crp_nbits = 0;
693 cryptodev_asym(struct crypt_kop *kop, in argument
726 struct crypt_kop kop; local
773 struct crypt_kop kop; local
865 struct crypt_kop kop; local
913 struct crypt_kop kop; local
973 struct crypt_kop kop; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_cryptodev.c104 static void zapparams(struct crypt_kop *kop);
105 static int cryptodev_asym(struct crypt_kop *kop, int rlen, BIGNUM *r,
1062 static void zapparams(struct crypt_kop *kop) argument
1066 for (i = 0; i < kop->crk_iparams + kop->crk_oparams; i++) {
1067 if (kop->crk_param[i].crp_p)
1068 free(kop->crk_param[i].crp_p);
1069 kop->crk_param[i].crp_p = NULL;
1070 kop->crk_param[i].crp_nbits = 0;
1075 cryptodev_asym(struct crypt_kop *kop, in argument
1110 struct crypt_kop kop; local
1165 struct crypt_kop kop; local
1265 struct crypt_kop kop; local
1316 struct crypt_kop kop; local
1380 struct crypt_kop kop; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_cryptodev.c104 static void zapparams(struct crypt_kop *kop);
105 static int cryptodev_asym(struct crypt_kop *kop, int rlen, BIGNUM *r,
1062 static void zapparams(struct crypt_kop *kop) argument
1066 for (i = 0; i < kop->crk_iparams + kop->crk_oparams; i++) {
1067 if (kop->crk_param[i].crp_p)
1068 free(kop->crk_param[i].crp_p);
1069 kop->crk_param[i].crp_p = NULL;
1070 kop->crk_param[i].crp_nbits = 0;
1075 cryptodev_asym(struct crypt_kop *kop, in argument
1110 struct crypt_kop kop; local
1165 struct crypt_kop kop; local
1265 struct crypt_kop kop; local
1316 struct crypt_kop kop; local
1380 struct crypt_kop kop; local
[all...]

Completed in 103 milliseconds