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

/external/openssl/crypto/engine/
H A Deng_cryptodev.c100 static void zapparams(struct crypt_kop *kop);
101 static int cryptodev_asym(struct crypt_kop *kop, int rlen, BIGNUM *r,
689 zapparams(struct crypt_kop *kop) argument
693 for (i = 0; i <= kop->crk_iparams + kop->crk_oparams; i++) {
694 if (kop->crk_param[i].crp_p)
695 free(kop->crk_param[i].crp_p);
696 kop->crk_param[i].crp_p = NULL;
697 kop->crk_param[i].crp_nbits = 0;
702 cryptodev_asym(struct crypt_kop *kop, in argument
735 struct crypt_kop kop; local
779 struct crypt_kop kop; local
871 struct crypt_kop kop; local
919 struct crypt_kop kop; local
979 struct crypt_kop kop; local
[all...]

Completed in 12 milliseconds