Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/dnscrypt/
H A Ddnscrypt.h60 size_t rotated_certs_count; member
H A Ddnscrypt.c585 env->rotated_certs_count = 0U; in dnsc_parse_certs()
590 env->rotated_certs_count++; in dnsc_parse_certs()
595 env->rotated_certs = sodium_allocarray(env->rotated_certs_count, in dnsc_parse_certs()
705 for(j=0; j<dnscenv->rotated_certs_count; j++){ in dnsc_load_local_data()