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/
Dtls_dane.c856 dane_mtype mtypes[256]; in tls_dane_digest_init() local
864 memset((char *) mtypes, 0, sizeof(mtypes)); in tls_dane_digest_init()
875 mtypes[1].alg = NULL; in tls_dane_digest_init()
876 mtypes[2].alg = NULL; in tls_dane_digest_init()
877 mtypes[255].alg = fpt_alg; in tls_dane_digest_init()
911 mtypes[codepoint].alg = NULL; in tls_dane_digest_init()
919 mtypes[codepoint].alg = NULL; in tls_dane_digest_init()
954 if (mtypes[codepoint].ord != 0) { in tls_dane_digest_init()
959 mtypes[codepoint].ord = ++ord; in tls_dane_digest_init()
961 if ((mtypes[codepoint].alg = tls_digest_byname(algname, NULL)) == 0) { in tls_dane_digest_init()
[all …]