Searched refs:ll_append_head (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_ciph.c | 660 static void ll_append_head(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_head() function 917 ll_append_head(&head, curr, &tail); in ssl_cipher_apply_rule() 922 ll_append_head(&head, curr, &tail); in ssl_cipher_apply_rule()
|
/third_party/openssl/ssl/ |
H A D | ssl_ciph.c | 659 static void ll_append_head(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_head() function 916 ll_append_head(&head, curr, &tail); in ssl_cipher_apply_rule() 921 ll_append_head(&head, curr, &tail); in ssl_cipher_apply_rule()
|
Completed in 7 milliseconds