HomeSort by: relevance | last modified time | path
    Searched defs:decrypt_only (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_tdes_common.c 189 const int decrypt_only = 1; local
191 const int decrypt_only = 0;
196 if (p != NULL && !OSSL_PARAM_set_int(p, decrypt_only)) {
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 7454 int decrypt_only = 0; local
7457 &decrypt_only);
7460 && decrypt_only) {

Completed in 26 milliseconds