Home
last modified time | relevance | path

Searched refs:use_bits (Results 1 - 8 of 8) sorted by relevance

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

Completed in 9 milliseconds