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

  /src/crypto/external/bsd/openssl/dist/include/openssl/
core_names.h 75 #define OSSL_CIPHER_PARAM_CUSTOM_IV "custom-iv" /* int, 0 or 1 */
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
ciphercommon.c 30 OSSL_PARAM_int(OSSL_CIPHER_PARAM_CUSTOM_IV, NULL),
58 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_CUSTOM_IV);
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
ciphercommon.c 32 OSSL_PARAM_int(OSSL_CIPHER_PARAM_CUSTOM_IV, NULL),
60 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_CUSTOM_IV);
  /src/crypto/external/apache2/openssl/include/openssl/
core_names.h 187 # define OSSL_CIPHER_PARAM_CUSTOM_IV "custom-iv"
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
evp_lib.c 355 params[5] = OSSL_PARAM_construct_int(OSSL_CIPHER_PARAM_CUSTOM_IV,
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
evp_lib.c 333 params[5] = OSSL_PARAM_construct_int(OSSL_CIPHER_PARAM_CUSTOM_IV,

Completed in 32 milliseconds