Home
last modified time | relevance | path

Searched refs:OSSL_CIPHER_PARAM_NUM (Results 1 – 6 of 6) sorted by relevance

/src/crypto/openssl/providers/implementations/include/prov/
H A Dciphercommon.h338 OSSL_PARAM_uint(OSSL_CIPHER_PARAM_NUM, NULL), \
355 OSSL_PARAM_uint(OSSL_CIPHER_PARAM_NUM, NULL),
/src/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_common.c172 OSSL_PARAM_uint(OSSL_CIPHER_PARAM_NUM, NULL), in OSSL_PARAM_uint()
H A Dciphercommon.c625 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_NUM); in ossl_cipher_generic_get_ctx_params()
686 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_NUM); in ossl_cipher_generic_set_ctx_params()
/src/crypto/openssl/include/openssl/
H A Dcore_names.h196 # define OSSL_CIPHER_PARAM_NUM "num" macro
/src/crypto/openssl/crypto/evp/
H A Devp_lib.c612 params[0] = OSSL_PARAM_construct_uint(OSSL_CIPHER_PARAM_NUM, &v); in EVP_CIPHER_CTX_get_num()
624 params[0] = OSSL_PARAM_construct_uint(OSSL_CIPHER_PARAM_NUM, &n); in EVP_CIPHER_CTX_set_num()
/src/crypto/openssl/doc/man3/
H A DEVP_EncryptInit.pod833 =item "num" (B<OSSL_CIPHER_PARAM_NUM>) <unsigned integer>