Searched refs:sk_SSL_CIPHER_free (Results 1 – 7 of 7) sorted by relevance
1045 sk_SSL_CIPHER_free(cipherstack); in STACK_OF()1049 sk_SSL_CIPHER_free(*cipher_list); in STACK_OF()1052 sk_SSL_CIPHER_free(*cipher_list_by_id); in STACK_OF()
454 if (s->cipher_list != NULL) sk_SSL_CIPHER_free(s->cipher_list); in SSL_free()455 if (s->cipher_list_by_id != NULL) sk_SSL_CIPHER_free(s->cipher_list_by_id); in SSL_free()1268 sk_SSL_CIPHER_free(sk); in STACK_OF()1473 sk_SSL_CIPHER_free(a->cipher_list); in SSL_CTX_free()1475 sk_SSL_CIPHER_free(a->cipher_list_by_id); in SSL_CTX_free()
540 if (ss->ciphers != NULL) sk_SSL_CIPHER_free(ss->ciphers); in SSL_SESSION_free()
892 sk_SSL_CIPHER_free(s->session->ciphers); in ssl3_get_client_hello()961 if (ciphers != NULL) sk_SSL_CIPHER_free(ciphers); in ssl3_get_client_hello()
683 sk_SSL_CIPHER_free(s->session->ciphers); in get_client_hello()
769 sk_SSL_CIPHER_free(skCipherOld); in ssl_hook_Access()802 sk_SSL_CIPHER_free(skCipherOld); in ssl_hook_Access()
995 #define sk_SSL_CIPHER_free(st) SKM_sk_free(SSL_CIPHER, (st)) macro