Searched refs:buf_inlen (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dpkeyutl.c104 int buf_inlen = 0, siglen = -1; local
303 buf_inlen = bio_to_mem(&buf_in, keysize * 10, in);
304 if (buf_inlen < 0) {
311 size_t l = (size_t)buf_inlen;
322 buf_in, (size_t)buf_inlen);
331 buf_in, (size_t)buf_inlen);
339 buf_in, (size_t)buf_inlen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dpkeyutl.c104 int buf_inlen = 0, siglen = -1; local
303 buf_inlen = bio_to_mem(&buf_in, keysize * 10, in);
304 if (buf_inlen < 0) {
311 size_t l = (size_t)buf_inlen;
322 buf_in, (size_t)buf_inlen);
331 buf_in, (size_t)buf_inlen);
339 buf_in, (size_t)buf_inlen);

Completed in 31 milliseconds