Home
last modified time | relevance | path

Searched refs:mtypes (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_dane.c830 dane_mtype mtypes[256]; in tls_dane_digest_init() local
838 memset((char *) mtypes, 0, sizeof(mtypes)); in tls_dane_digest_init()
849 mtypes[1].alg = NULL; in tls_dane_digest_init()
850 mtypes[2].alg = NULL; in tls_dane_digest_init()
851 mtypes[255].alg = fpt_alg; in tls_dane_digest_init()
885 mtypes[codepoint].alg = NULL; in tls_dane_digest_init()
893 mtypes[codepoint].alg = NULL; in tls_dane_digest_init()
928 if (mtypes[codepoint].ord != 0) { in tls_dane_digest_init()
933 mtypes[codepoint].ord = ++ord; in tls_dane_digest_init()
935 if ((mtypes[codepoint].alg = tls_digest_byname(algname, NULL)) == 0) { in tls_dane_digest_init()
[all …]