Searched refs:selected_ciphers (Results 1 – 1 of 1) sorted by relevance
409 static int selected_ciphers[OSSL_NELEM(cipher_data)]; variable416 && selected_ciphers[cipher_data_index] == 1 in devcrypto_test_cipher()445 selected_ciphers[i] = 1; in prepare_cipher_methods()1163 devcrypto_select_all_ciphers(selected_ciphers); in devcrypto_ctrl()1165 memset(selected_ciphers, 0, sizeof(selected_ciphers)); in devcrypto_ctrl()1167 new_list=OPENSSL_zalloc(sizeof(selected_ciphers)); in devcrypto_ctrl()1172 memcpy(selected_ciphers, new_list, sizeof(selected_ciphers)); in devcrypto_ctrl()