Home
last modified time | relevance | path

Searched refs:OSSL_CIPHER_PARAM_USE_BITS (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/crypto/openssl/providers/implementations/ciphers/
HDciphercommon.c105 OSSL_PARAM_uint(OSSL_CIPHER_PARAM_USE_BITS, NULL),
640 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_USE_BITS); in ossl_cipher_generic_set_ctx_params()
/freebsd-head/crypto/openssl/include/openssl/
HDcore_names.h68 #define OSSL_CIPHER_PARAM_USE_BITS "use-bits" /* uint */ macro
/freebsd-head/crypto/openssl/crypto/evp/
HDevp_lib.c1090 params[0] = OSSL_PARAM_construct_uint(OSSL_CIPHER_PARAM_USE_BITS, &enable); in evp_cipher_ctx_enable_use_bits()
/freebsd-head/crypto/openssl/test/
HDacvp_test.c1421 OSSL_CIPHER_PARAM_USE_BITS))) in aes_cfb1_bits_test()
/freebsd-head/crypto/openssl/doc/man3/
HDEVP_EncryptInit.pod895 =item "use-bits" (B<OSSL_CIPHER_PARAM_USE_BITS>) <unsigned integer>