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

/external/openssl/crypto/engine/
H A Deng_cryptodev.c107 static void zapparams(struct crypt_kop *kop);
108 static int cryptodev_asym(struct crypt_kop *kop, int rlen, BIGNUM *r,
982 zapparams(struct crypt_kop *kop) argument
986 for (i = 0; i < kop->crk_iparams + kop->crk_oparams; i++) {
987 if (kop->crk_param[i].crp_p)
988 free(kop->crk_param[i].crp_p);
989 kop->crk_param[i].crp_p = NULL;
990 kop->crk_param[i].crp_nbits = 0;
995 cryptodev_asym(struct crypt_kop *kop, in argument
1028 struct crypt_kop kop; local
1081 struct crypt_kop kop; local
1181 struct crypt_kop kop; local
1229 struct crypt_kop kop; local
1290 struct crypt_kop kop; local
[all...]

Completed in 58 milliseconds