Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/engines/
H A De_devcrypto.c210 const struct cipher_data_st *cipher_d = get_cipher_data(EVP_CIPHER_CTX_get_nid(ctx)); in cipher_init() local
217 cipher_ctx->sess.cipher = cipher_d->devcryptoid; in cipher_init()
218 cipher_ctx->sess.keylen = cipher_d->keylen; in cipher_init()
221 cipher_ctx->mode = cipher_d->flags & EVP_CIPH_MODE; in cipher_init()
222 cipher_ctx->blocksize = cipher_d->blocksize; in cipher_init()