OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_key_data
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/kadmin/
server.c
364
int
n_key_data
;
local
370
ret = krb5_ret_int32(sp, &
n_key_data
);
380
/*
n_key_data
will be squeezed into an int16_t below. */
381
if (
n_key_data
< 0 ||
n_key_data
>= 1 << 16 ||
382
(size_t)
n_key_data
> UINT_MAX/sizeof(*key_data)) {
388
key_data = malloc (
n_key_data
* sizeof(*key_data));
389
if (key_data == NULL &&
n_key_data
!= 0) {
395
for (i = 0; i <
n_key_data
; ++i) {
417
int16_t dummy =
n_key_data
;
[
all
...]
/src/crypto/external/bsd/heimdal/dist/lib/kadm5/
admin.h
167
int16_t
n_key_data
;
member in struct:_kadm5_principal_ent_t
Completed in 13 milliseconds
Indexes created Thu Apr 23 00:23:13 UTC 2026