Searched refs:ll_append_tail (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/boringssl/src/ssl/ |
D | ssl_ciph.c | 389 static void ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_tail() function 610 ll_append_tail(&head, curr, &tail); in ssl_cipher_apply_rule() 621 ll_append_tail(&head, curr, &tail); in ssl_cipher_apply_rule()
|
/external/openssl/ssl/ |
D | ssl_ciph.c | 665 static void ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_tail() function 1009 ll_append_tail(&head, curr, &tail); in ssl_cipher_apply_rule() 1019 ll_append_tail(&head, curr, &tail); in ssl_cipher_apply_rule()
|