HomeSort by: relevance | last modified time | path
    Searched refs:use_bits (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_tdes_default_hw.c 104 if (ctx->use_bits == 0)
ciphercommon_hw.c 87 if (dat->use_bits) {
ciphercommon.c 670 ctx->use_bits = bits ? 1 : 0;
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_tdes_default_hw.c 104 if (ctx->use_bits == 0)
ciphercommon_hw.c 88 if (dat->use_bits) {
ciphercommon.c 648 ctx->use_bits = bits ? 1 : 0;
  /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/
ciphercommon.h 76 unsigned int use_bits : 1; /* Set to 0 for cfb1 to use bits instead of bytes */ member in struct:prov_cipher_ctx_st
  /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
ciphercommon.h 72 unsigned int use_bits : 1; /* Set to 0 for cfb1 to use bits instead of bytes */ member in struct:prov_cipher_ctx_st

Completed in 31 milliseconds