Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/curl/lib/vtls/
H A Dbearssl.c510 uint16_t selected_ciphers[NUM_OF_CIPHERS]; in bearssl_set_selected_ciphers() local
558 selected_ciphers[j] != ciphertable[i].num; j++); in bearssl_set_selected_ciphers()
566 selected_ciphers[selected_count] = ciphertable[i].num; in bearssl_set_selected_ciphers()
575 br_ssl_engine_set_suites(ssl_eng, selected_ciphers, selected_count); in bearssl_set_selected_ciphers()
H A Dsectransp.c1545 SSLCipherSuite selected_ciphers[NUM_OF_CIPHERS]; in sectransp_set_selected_ciphers() local
1600 selected_ciphers[ciphers_count] = ciphertable[i].num; in sectransp_set_selected_ciphers()
1631 err = SSLSetEnabledCiphers(ssl_ctx, selected_ciphers, ciphers_count); in sectransp_set_selected_ciphers()

Completed in 10 milliseconds