HomeSort by: relevance | last modified time | path
    Searched refs:TLS_TLSA (Results 1 - 6 of 6) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/tls/
tls_fprint.c 157 TLS_TLSA *p = *(TLS_TLSA **) a;
158 TLS_TLSA *q = *(TLS_TLSA **) b;
174 static int tls_digest_tlsa(EVP_MD_CTX *mdctx, TLS_TLSA *tlsa)
176 TLS_TLSA *p;
177 TLS_TLSA **arr;
184 arr = (TLS_TLSA **) mymalloc(n * sizeof(*arr));
tls.h 201 typedef struct TLS_TLSA {
207 struct TLS_TLSA *next; /* Chain to next algorithm */
208 } TLS_TLSA;
211 TLS_TLSA *tlsa; /* TLSA records */
225 extern void tls_tlsa_free(TLS_TLSA *);
691 extern TLS_TLSA *tlsa_prepend(TLS_TLSA *, uint8_t, uint8_t, uint8_t,
tls_proxy_client_print.c 187 /* tls_proxy_client_tlsa_print - send TLS_TLSA over stream */
192 const TLS_TLSA *head = (const TLS_TLSA *) ptr;
193 const TLS_TLSA *tp;
tls_dane.c 22 /* TLS_TLSA *tlsa;
34 /* TLS_TLSA *tlsa_prepend(tlsa, usage, selector, mtype, data, len)
35 /* TLS_TLSA *tlsa;
304 void tls_tlsa_free(TLS_TLSA *tlsa)
306 TLS_TLSA *next;
330 TLS_TLSA *tlsa_prepend(TLS_TLSA *tlsa, uint8_t usage, uint8_t selector,
334 TLS_TLSA *head;
336 head = (TLS_TLSA *) mymalloc(sizeof(*head));
812 TLS_TLSA *tp
    [all...]
tls_proxy_client_scan.c 345 /* tls_proxy_client_tlsa_scan - receive TLS_TLSA from stream */
351 TLS_TLSA *head;
386 *(TLS_TLSA **) ptr = head;
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_tlsrpt.c 291 TLS_TLSA *tlsa;

Completed in 23 milliseconds