Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dciphercommon.c27 OSSL_PARAM_uint(OSSL_CIPHER_PARAM_MODE, NULL),
49 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_MODE); in ossl_cipher_generic_get_params()
/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h195 # define OSSL_CIPHER_PARAM_MODE "mode" macro
/freebsd/crypto/openssl/crypto/evp/
H A Devp_lib.c331 params[3] = OSSL_PARAM_construct_uint(OSSL_CIPHER_PARAM_MODE, &mode); in evp_cipher_cache_constants()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_EncryptInit.pod749 =item "mode" (B<OSSL_CIPHER_PARAM_MODE>) <unsigned integer>