Home
last modified time | relevance | path

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

/freebsd-12.1/sys/opencrypto/
H A Dcryptodev.c790 cod_alloc(struct csession *cse, size_t len, struct thread *td) in cod_alloc() function
843 cod = cod_alloc(cse, cop->len + cse->thash->hashsize, td); in cryptodev_op()
845 cod = cod_alloc(cse, cop->len, td); in cryptodev_op()
1019 cod = cod_alloc(cse, caead->aadlen + caead->len + cse->thash->hashsize, in cryptodev_aead()