Home
last modified time | relevance | path

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

/openssl/engines/
H A De_devcrypto.c410 static int selected_ciphers[OSSL_NELEM(cipher_data)]; variable
417 && selected_ciphers[cipher_data_index] == 1 in devcrypto_test_cipher()
446 selected_ciphers[i] = 1; in prepare_cipher_methods()
1164 devcrypto_select_all_ciphers(selected_ciphers); in devcrypto_ctrl()
1166 memset(selected_ciphers, 0, sizeof(selected_ciphers)); in devcrypto_ctrl()
1168 new_list=OPENSSL_zalloc(sizeof(selected_ciphers)); in devcrypto_ctrl()
1173 memcpy(selected_ciphers, new_list, sizeof(selected_ciphers)); in devcrypto_ctrl()

Completed in 6 milliseconds