Home
last modified time | relevance | path

Searched refs:cryp (Results 1 – 1 of 1) sorted by last modified time

/openssl/engines/
H A De_devcrypto.c245 struct crypt_op cryp; in cipher_do_cipher() local
253 memset(&cryp, 0, sizeof(cryp)); in cipher_do_cipher()
255 cryp.len = inl; in cipher_do_cipher()
256 cryp.src = (void *)in; in cipher_do_cipher()
258 cryp.iv = (void *)iv; in cipher_do_cipher()
261 cryp.flags = 0; in cipher_do_cipher()
769 memset(&cryp, 0, sizeof(cryp)); in digest_op()
771 cryp.len = srclen; in digest_op()
773 cryp.dst = NULL; in digest_op()
774 cryp.mac = res; in digest_op()
[all …]

Completed in 13 milliseconds