OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:authbuf
(Results
1 - 2
of
2
) sorted by relevancy
/src/libexec/httpd/
auth-bozo.c
152
char
authbuf
[BOZO_MINBUFSIZE];
local in function:bozo_auth_check_headers
162
(unsigned char *)
authbuf
,
163
sizeof(
authbuf
) - 1);
165
authbuf
[alen] = '\0';
167
(pass = strchr(
authbuf
, ':')) == NULL)
171
request->hr_authuser = bozostrdup(httpd, request,
authbuf
);
/src/sys/crypto/aes/arch/x86/
aes_via.c
689
uint8_t
authbuf
[16] __aligned(16);
local in function:aesvia_cbcmac_update1
696
memcpy(
authbuf
, auth0, 16);
697
auth =
authbuf
;
712
memcpy(auth0,
authbuf
, 16);
713
explicit_memset(
authbuf
, 0, sizeof
authbuf
);
Completed in 14 milliseconds
Indexes created Wed Sep 24 02:09:48 GMT 2025