Home
last modified time | relevance | path

Searched defs:buf_n (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Dparams_from_text.c28 size_t *buf_n, BIGNUM **tmpbn, int *found) in prepare_from_text()
139 void *buf, size_t buf_n, BIGNUM *tmpbn) in construct_from_text()
211 size_t buf_n = 0; in OSSL_PARAM_allocate_from_text() local
H A Do_str.c138 static int hexstr2buf_sep(unsigned char *buf, size_t buf_n, size_t *buflen, in hexstr2buf_sep()
181 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen, in OPENSSL_hexstr2buf_ex()
191 size_t buf_n, tmp_buflen; in ossl_hexstr2buf_sep() local