Home
last modified time | relevance | path

Searched refs:OSSL_CIPHER_PARAM_ROUNDS (Results 1 – 3 of 3) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_rc5.c86 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_ROUNDS); in rc5_set_ctx_params()
106 OSSL_PARAM_uint(OSSL_CIPHER_PARAM_ROUNDS, NULL), in OSSL_PARAM_uint() argument
111 OSSL_PARAM_uint(OSSL_CIPHER_PARAM_ROUNDS, NULL), in OSSL_PARAM_uint()
122 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_ROUNDS); in OSSL_PARAM_uint()
/openssl/crypto/evp/
H A Devp_enc.c1191 params[0] = OSSL_PARAM_construct_uint(OSSL_CIPHER_PARAM_ROUNDS, &i); in EVP_CIPHER_CTX_ctrl()
/openssl/doc/man3/
H A DEVP_EncryptInit.pod781 =item "rounds" (B<OSSL_CIPHER_PARAM_ROUNDS>) <unsigned integer>
1162 key "rounds" (B<OSSL_CIPHER_PARAM_ROUNDS>).

Completed in 14 milliseconds