Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/engines/
H A De_devcrypto.c404 static int selected_ciphers[OSSL_NELEM(cipher_data)]; variable
410 && selected_ciphers[cipher_data_index] == 1 in devcrypto_test_cipher()
439 selected_ciphers[i] = 1; in prepare_cipher_methods()
1140 devcrypto_select_all_ciphers(selected_ciphers); in devcrypto_ctrl()
1142 memset(selected_ciphers, 0, sizeof(selected_ciphers)); in devcrypto_ctrl()
1144 new_list = OPENSSL_zalloc(sizeof(selected_ciphers)); in devcrypto_ctrl()
1149 memcpy(selected_ciphers, new_list, sizeof(selected_ciphers)); in devcrypto_ctrl()