Home
last modified time | relevance | path

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

/third_party/openssl/providers/implementations/ciphers/
Dcipher_tdes_default_hw.c104 if (ctx->use_bits == 0) in ossl_cipher_hw_tdes_cfb1()
Dciphercommon_hw.c88 if (dat->use_bits) { in ossl_cipher_hw_generic_cfb1()
Dciphercommon.c617 ctx->use_bits = bits ? 1 : 0; in ossl_cipher_generic_set_ctx_params()
/third_party/openssl/providers/implementations/include/prov/
Dciphercommon.h64 unsigned int use_bits : 1; /* Set to 0 for cfb1 to use bits instead of bytes */ member