Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/engine/
H A Deng_devcrypto.c154 const struct cipher_data_st *cipher_d = in cipher_init() local
162 cipher_ctx->sess.cipher = cipher_d->devcryptoid; in cipher_init()
163 cipher_ctx->sess.keylen = cipher_d->keylen; in cipher_init()
166 cipher_ctx->mode = cipher_d->flags & EVP_CIPH_MODE; in cipher_init()
167 cipher_ctx->blocksize = cipher_d->blocksize; in cipher_init()