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

/freebsd-11-stable/sys/opencrypto/
H A Dcryptodev.c721 cod_alloc(struct csession *cse, size_t len, struct thread *td) function
815 cod = cod_alloc(cse, cop->len + cse->thash->hashsize, td);
817 cod = cod_alloc(cse, cop->len, td);
992 cod = cod_alloc(cse, caead->aadlen + caead->len + cse->thash->hashsize,

Completed in 93 milliseconds