OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keyList
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/libldap/
sortctrl.c
194
LDAPSortKey **
keyList
= NULL;
207
keyList
=(LDAPSortKey**)LBER_CALLOC(numKeys+1, sizeof(LDAPSortKey*));
208
if (
keyList
== NULL) return LDAP_NO_MEMORY;
215
rc = readNextKey(&nextKey, &
keyList
[i]);
218
ldap_free_sort_keylist(
keyList
);
223
*sortKeyList =
keyList
;
236
keyList
(IN) Points to an array of pointers to LDAPSortKey structures.
240
ldap_free_sort_keylist ( LDAPSortKey **
keyList
)
245
if (
keyList
== NULL) return;
248
while ( 0 != (nextKeyp =
keyList
[i++]) )
[
all
...]
/src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_key.c
282
TCPA_KEY_HANDLE_LIST
keyList
= { 0, NULL };
297
if ((result = UnloadBlob_KEY_HANDLE_LIST(&offset, respData, &
keyList
)))
302
for (i = 0; i <
keyList
.loaded; i++) {
303
LogDebugFn("%d: %x", i,
keyList
.handle[i]);
314
for (i = 0; i <
keyList
.loaded; i++) {
318
if (tmp->tpm_handle ==
keyList
.handle[i]) {
326
if ((result = internal_EvictByKeySlot(
keyList
.handle[i])))
335
free(
keyList
.handle);
346
TCPA_KEY_HANDLE_LIST
keyList
;
359
if ((result = UnloadBlob_KEY_HANDLE_LIST(&offset, respData, &
keyList
)))
[
all
...]
tcs_key_mem_cache.c
929
TCPA_KEY_HANDLE_LIST
keyList
;
943
UnloadBlob_KEY_HANDLE_LIST(&offset, resp, &
keyList
);
945
for (i = 0; i <
keyList
.loaded; i++) {
946
LogDebugFn("loaded TPM key handle: 0x%x",
keyList
.handle[i]);
947
if (
keyList
.handle[i] == keySlot) {
948
free(
keyList
.handle);
953
free(
keyList
.handle);
1073
TCPA_KEY_HANDLE_LIST
keyList
= { 0, NULL };
1086
if ((result = UnloadBlob_KEY_HANDLE_LIST(&offset, respData, &
keyList
))) {
1092
for (i = 0; i <
keyList
.loaded; i++)
[
all
...]
/src/external/bsd/openldap/dist/include/
ldap.h
2216
LDAPSortKey **
keyList
,
2222
LDAPSortKey **
keyList
,
Completed in 24 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026