Lines Matching refs:buflen
121 size_t buflen; in est_load_cacerts() local
126 buflen = os_strlen(url) + 100; in est_load_cacerts()
127 buf = os_malloc(buflen); in est_load_cacerts()
131 os_snprintf(buf, buflen, "%s/cacerts", url); in est_load_cacerts()
578 size_t buflen; in est_build_csr() local
584 buflen = os_strlen(url) + 100; in est_build_csr()
585 buf = os_malloc(buflen); in est_build_csr()
589 os_snprintf(buf, buflen, "%s/csrattrs", url); in est_build_csr()
652 size_t buflen, resp_len, len, pkcs7_len; in est_simple_enroll() local
673 buflen = os_strlen(url) + 100; in est_simple_enroll()
674 buf = os_malloc(buflen); in est_simple_enroll()
681 os_snprintf(buf, buflen, "%s/simplereenroll", url); in est_simple_enroll()
689 os_snprintf(buf, buflen, "%s/simpleenroll", url); in est_simple_enroll()