Home | History | Annotate | Download | only in engine

Lines Matching full:slen

109     int slen, BIGNUM *s);
995 cryptodev_asym(struct crypt_kop *kop, int rlen, BIGNUM *r, int slen, BIGNUM *s)
1008 kop->crk_param[kop->crk_iparams+1].crp_p = calloc(slen, sizeof(char));
1009 kop->crk_param[kop->crk_iparams+1].crp_nbits = slen * 8;