Searched refs:alpn_proposed (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dt1_lib.c1951 if (s->cert->alpn_proposed != NULL)
1952 OPENSSL_free(s->cert->alpn_proposed);
1953 s->cert->alpn_proposed = OPENSSL_malloc(data_len);
1954 if (s->cert->alpn_proposed == NULL) {
1958 memcpy(s->cert->alpn_proposed, data, data_len);
1978 if (s->ctx->alpn_select_cb != NULL && s->cert->alpn_proposed != NULL) {
1980 s->cert->alpn_proposed,
2024 if (s->cert->alpn_proposed) {
2025 OPENSSL_free(s->cert->alpn_proposed);
2026 s->cert->alpn_proposed
[all...]
H A Dssl_cert.c507 if (c->alpn_proposed)
508 OPENSSL_free(c->alpn_proposed);
H A Dssl_lib.c249 if (s->cert->alpn_proposed) {
250 OPENSSL_free(s->cert->alpn_proposed);
251 s->cert->alpn_proposed = NULL;
3187 ssl->cert->alpn_proposed = ocert->alpn_proposed;
3189 ocert->alpn_proposed = NULL;
H A Dssl_locl.h692 unsigned char *alpn_proposed; /* server */ member in struct:cert_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dt1_lib.c1951 if (s->cert->alpn_proposed != NULL)
1952 OPENSSL_free(s->cert->alpn_proposed);
1953 s->cert->alpn_proposed = OPENSSL_malloc(data_len);
1954 if (s->cert->alpn_proposed == NULL) {
1958 memcpy(s->cert->alpn_proposed, data, data_len);
1978 if (s->ctx->alpn_select_cb != NULL && s->cert->alpn_proposed != NULL) {
1980 s->cert->alpn_proposed,
2024 if (s->cert->alpn_proposed) {
2025 OPENSSL_free(s->cert->alpn_proposed);
2026 s->cert->alpn_proposed
[all...]
H A Dssl_cert.c507 if (c->alpn_proposed)
508 OPENSSL_free(c->alpn_proposed);
H A Dssl_lib.c249 if (s->cert->alpn_proposed) {
250 OPENSSL_free(s->cert->alpn_proposed);
251 s->cert->alpn_proposed = NULL;
3187 ssl->cert->alpn_proposed = ocert->alpn_proposed;
3189 ocert->alpn_proposed = NULL;
H A Dssl_locl.h692 unsigned char *alpn_proposed; /* server */ member in struct:cert_st

Completed in 186 milliseconds