Home
last modified time | relevance | path

Searched refs:OSSL_CIPHER_PARAM_SPEED (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dcipher_aes_siv.c220 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_SPEED); in aes_siv_set_ctx_params()
245 OSSL_PARAM_uint(OSSL_CIPHER_PARAM_SPEED, NULL),
/third_party/openssl/providers/implementations/ciphers/
Dcipher_aes_siv.c220 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_SPEED); in aes_siv_set_ctx_params()
245 OSSL_PARAM_uint(OSSL_CIPHER_PARAM_SPEED, NULL),
/third_party/node/deps/openssl/openssl/include/openssl/
Dcore_names.h96 #define OSSL_CIPHER_PARAM_SPEED "speed" /* uint */ macro
/third_party/openssl/include/openssl/
Dcore_names.h96 #define OSSL_CIPHER_PARAM_SPEED "speed" /* uint */ macro
/third_party/openssl/crypto/evp/
Devp_enc.c1171 params[0] = OSSL_PARAM_construct_uint(OSSL_CIPHER_PARAM_SPEED, &i); in EVP_CIPHER_CTX_ctrl()
/third_party/node/deps/openssl/openssl/crypto/evp/
Devp_enc.c1135 params[0] = OSSL_PARAM_construct_uint(OSSL_CIPHER_PARAM_SPEED, &i); in EVP_CIPHER_CTX_ctrl()
/third_party/openssl/doc/man3/
DEVP_EncryptInit.pod879 =item "speed" (B<OSSL_CIPHER_PARAM_SPEED>) <unsigned integer>
1056 with an L<OSSL_PARAM(3)> item with the key "speed" (B<OSSL_CIPHER_PARAM_SPEED>).