Searched refs:cryp (Results 1 – 1 of 1) sorted by relevance
246 struct crypt_op cryp; in cipher_do_cipher() local254 memset(&cryp, 0, sizeof(cryp)); in cipher_do_cipher()256 cryp.len = inl; in cipher_do_cipher()257 cryp.src = (void *)in; in cipher_do_cipher()259 cryp.iv = (void *)iv; in cipher_do_cipher()262 cryp.flags = 0; in cipher_do_cipher()770 memset(&cryp, 0, sizeof(cryp)); in digest_op()772 cryp.len = srclen; in digest_op()774 cryp.dst = NULL; in digest_op()775 cryp.mac = res; in digest_op()[all …]
Completed in 7 milliseconds