Home
last modified time | relevance | path

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

/openssl/engines/
H A De_devcrypto.c409 static int selected_ciphers[OSSL_NELEM(cipher_data)]; variable
416 && 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()

Completed in 8 milliseconds