Searched refs:sk_SSL_CIPHER_free (Results 1 - 7 of 7) sorted by relevance

/external/openssl/ssl/
H A Dssl_lib.c549 if (s->cipher_list != NULL) sk_SSL_CIPHER_free(s->cipher_list);
550 if (s->cipher_list_by_id != NULL) sk_SSL_CIPHER_free(s->cipher_list_by_id);
1352 sk_SSL_CIPHER_free(s->cipher_list);
1355 sk_SSL_CIPHER_free(s->cipher_list_by_id);
1514 sk_SSL_CIPHER_free(sk);
1966 sk_SSL_CIPHER_free(a->cipher_list);
1968 sk_SSL_CIPHER_free(a->cipher_list_by_id);
H A Dssl_ciph.c1519 sk_SSL_CIPHER_free(cipherstack);
1523 sk_SSL_CIPHER_free(*cipher_list);
1526 sk_SSL_CIPHER_free(*cipher_list_by_id);
H A Ds3_srvr.c1244 sk_SSL_CIPHER_free(s->cipher_list);
1247 sk_SSL_CIPHER_free(s->cipher_list_by_id);
1350 sk_SSL_CIPHER_free(s->session->ciphers);
1425 if (ciphers != NULL) sk_SSL_CIPHER_free(ciphers);
H A Ds2_srvr.c667 sk_SSL_CIPHER_free(s->session->ciphers);
H A Dssl_sess.c767 if (ss->ciphers != NULL) sk_SSL_CIPHER_free(ss->ciphers);
/external/openssl/crypto/stack/
H A Dsafestack.h1552 #define sk_SSL_CIPHER_free(st) SKM_sk_free(SSL_CIPHER, (st)) macro
/external/openssl/include/openssl/
H A Dsafestack.h1552 #define sk_SSL_CIPHER_free(st) SKM_sk_free(SSL_CIPHER, (st)) macro

Completed in 137 milliseconds