Searched refs:ent (Results 1 - 25 of 373) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dset_modifier.c42 hdb_entry *ent)
45 if(ent->modified_by == NULL){
46 ent->modified_by = malloc(sizeof(*ent->modified_by));
47 if(ent->modified_by == NULL)
50 free_Event(ent->modified_by);
51 ent->modified_by->time = time(NULL);
53 &ent->modified_by->principal);
41 _kadm5_set_modifier(kadm5_server_context *context, hdb_entry *ent) argument
H A Dchpass_s.c47 hdb_entry_ex ent; local
53 memset(&ent, 0, sizeof(ent));
59 HDB_F_DECRYPT|HDB_F_GET_ANY|HDB_F_ADMIN_DATA, 0, &ent);
65 &ent, password, cond);
70 num_keys = ent.entry.keys.len;
71 keys = ent.entry.keys.val;
73 ent.entry.keys.len = 0;
74 ent.entry.keys.val = NULL;
76 ret = _kadm5_set_keys(context, &ent
164 hdb_entry_ex ent; local
[all...]
H A Dbump_pw_expire.c46 hdb_entry *ent)
48 if (ent->pw_end != NULL) {
58 *(ent->pw_end) = time(NULL) + life;
45 _kadm5_bump_pw_expire(kadm5_server_context *context, hdb_entry *ent) argument
H A Drename_s.c47 hdb_entry_ex ent; local
50 memset(&ent, 0, sizeof(ent));
57 source, HDB_F_GET_ANY|HDB_F_ADMIN_DATA, 0, &ent);
62 ret = _kadm5_set_modifier(context, &ent.entry);
74 for(i = 0; i < ent.entry.keys.len; i++){
75 if(ent.entry.keys.val[i].salt == NULL){
76 ent.entry.keys.val[i].salt =
77 malloc(sizeof(*ent.entry.keys.val[i].salt));
78 if(ent
[all...]
H A Drandkey_s.c52 hdb_entry_ex ent; local
55 memset(&ent, 0, sizeof(ent));
60 HDB_F_GET_ANY|HDB_F_ADMIN_DATA, 0, &ent);
65 &ent.entry,
70 ent.entry.kvno++;
72 ret = _kadm5_set_modifier(context, &ent.entry);
75 ret = _kadm5_bump_pw_expire(context, &ent.entry);
79 ret = hdb_seal_keys(context->context, context->db, &ent.entry);
84 HDB_F_REPLACE, &ent);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cfi/
H A Dcfi-alpha-2.s2 .ent foo
9 .ent bar
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Delf-rel23.s3 .ent foo
H A Dmips4100.s4 .ent stuff
H A Dmips4650.s4 .ent stuff
H A Dcfi-n64-1.s3 .ent foo
H A Delf-rel14.s1 .ent foo
H A Delf-rel25.s3 .ent foo
H A Dmips16-vis-1.s4 .ent foo
H A Dmips32-sync.s3 .ent foo
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dentropy.c145 isc_entropy_t *ent; member in struct:isc_entropysource
196 samplequeue_release(isc_entropy_t *ent, sample_queue_t *sq) { argument
200 isc_mem_put(ent->mctx, sq->samples, RND_EVENTQSIZE * 4);
201 isc_mem_put(ent->mctx, sq->extra, RND_EVENTQSIZE * 4);
207 samplesource_allocate(isc_entropy_t *ent, sample_queue_t *sq) { argument
208 sq->samples = isc_mem_get(ent->mctx, RND_EVENTQSIZE * 4);
212 sq->extra = isc_mem_get(ent->mctx, RND_EVENTQSIZE * 4);
214 isc_mem_put(ent->mctx, sq->samples, RND_EVENTQSIZE * 4);
229 add_entropy(isc_entropy_t *ent, isc_uint32_t entropy) { argument
233 entropy += ent
242 subtract_entropy(isc_entropy_t *ent, isc_uint32_t entropy) argument
252 add_pseudo(isc_entropy_t *ent, isc_uint32_t pseudo) argument
265 subtract_pseudo(isc_entropy_t *ent, isc_uint32_t pseudo) argument
314 entropypool_adddata(isc_entropy_t *ent, void *p, unsigned int len, isc_uint32_t entropy) argument
367 reseed(isc_entropy_t *ent) argument
440 crunchsamples(isc_entropy_t *ent, sample_queue_t *sq) argument
483 isc_entropy_t *ent = source->ent; local
532 isc_entropy_getdata(isc_entropy_t *ent, void *data, unsigned int length, unsigned int *returned, unsigned int flags) argument
678 isc_entropy_t *ent; local
724 isc_entropy_t *ent; local
764 destroy_check(isc_entropy_t *ent) argument
787 isc_entropy_t *ent; local
834 isc_entropy_t *ent; local
859 isc_entropy_createcallbacksource(isc_entropy_t *ent, isc_entropystart_t start, isc_entropyget_t get, isc_entropystop_t stop, void *arg, isc_entropysource_t **sourcep) argument
926 isc_entropy_stopcallbacksources(isc_entropy_t *ent) argument
951 isc_entropy_createsamplesource(isc_entropy_t *ent, isc_entropysource_t **sourcep) argument
1028 isc_entropy_t *ent; local
1068 isc_entropy_putdata(isc_entropy_t *ent, void *data, unsigned int length, isc_uint32_t entropy) argument
1084 dumpstats(isc_entropy_t *ent, FILE *out) argument
1102 isc_entropy_stats(isc_entropy_t *ent, FILE *out) argument
1111 isc_entropy_status(isc_entropy_t *ent) argument
1122 isc_entropy_attach(isc_entropy_t *ent, isc_entropy_t **entp) argument
1136 isc_entropy_t *ent; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dentropy.c145 isc_entropy_t *ent; member in struct:isc_entropysource
196 samplequeue_release(isc_entropy_t *ent, sample_queue_t *sq) { argument
200 isc_mem_put(ent->mctx, sq->samples, RND_EVENTQSIZE * 4);
201 isc_mem_put(ent->mctx, sq->extra, RND_EVENTQSIZE * 4);
207 samplesource_allocate(isc_entropy_t *ent, sample_queue_t *sq) { argument
208 sq->samples = isc_mem_get(ent->mctx, RND_EVENTQSIZE * 4);
212 sq->extra = isc_mem_get(ent->mctx, RND_EVENTQSIZE * 4);
214 isc_mem_put(ent->mctx, sq->samples, RND_EVENTQSIZE * 4);
229 add_entropy(isc_entropy_t *ent, isc_uint32_t entropy) { argument
233 entropy += ent
242 subtract_entropy(isc_entropy_t *ent, isc_uint32_t entropy) argument
252 add_pseudo(isc_entropy_t *ent, isc_uint32_t pseudo) argument
265 subtract_pseudo(isc_entropy_t *ent, isc_uint32_t pseudo) argument
311 entropypool_adddata(isc_entropy_t *ent, void *p, unsigned int len, isc_uint32_t entropy) argument
364 reseed(isc_entropy_t *ent) argument
437 crunchsamples(isc_entropy_t *ent, sample_queue_t *sq) argument
480 isc_entropy_t *ent = source->ent; local
529 isc_entropy_getdata(isc_entropy_t *ent, void *data, unsigned int length, unsigned int *returned, unsigned int flags) argument
675 isc_entropy_t *ent; local
721 isc_entropy_t *ent; local
761 destroy_check(isc_entropy_t *ent) argument
784 isc_entropy_t *ent; local
831 isc_entropy_t *ent; local
856 isc_entropy_createcallbacksource(isc_entropy_t *ent, isc_entropystart_t start, isc_entropyget_t get, isc_entropystop_t stop, void *arg, isc_entropysource_t **sourcep) argument
923 isc_entropy_stopcallbacksources(isc_entropy_t *ent) argument
948 isc_entropy_createsamplesource(isc_entropy_t *ent, isc_entropysource_t **sourcep) argument
1025 isc_entropy_t *ent; local
1065 isc_entropy_putdata(isc_entropy_t *ent, void *data, unsigned int length, isc_uint32_t entropy) argument
1081 dumpstats(isc_entropy_t *ent, FILE *out) argument
1099 isc_entropy_stats(isc_entropy_t *ent, FILE *out) argument
1108 isc_entropy_status(isc_entropy_t *ent) argument
1119 isc_entropy_attach(isc_entropy_t *ent, isc_entropy_t **entp) argument
1133 isc_entropy_t *ent; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dorder.c89 dns_order_ent_t *ent; local
96 ent = isc_mem_get(order->mctx, sizeof(*ent));
97 if (ent == NULL)
100 dns_fixedname_init(&ent->name);
101 RUNTIME_CHECK(dns_name_copy(name, dns_fixedname_name(&ent->name), NULL)
103 ent->rdtype = rdtype;
104 ent->rdclass = rdclass;
105 ent->mode = mode;
106 ISC_LINK_INIT(ent, lin
123 dns_order_ent_t *ent; local
151 dns_order_ent_t *ent; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_shutdown.c53 rf_FreeShutdownEnt(RF_ShutdownList_t *ent) argument
55 free(ent, M_RAIDFRAME);
68 RF_ShutdownList_t *ent; local
74 /* ent = (RF_ShutdownList_t *) malloc(sizeof(RF_ShutdownList_t),
76 ent = (RF_ShutdownList_t *) malloc(sizeof(RF_ShutdownList_t),
78 ent->cleanup = cleanup;
79 ent->arg = arg;
81 ent->file = file;
82 ent->line = line;
84 ent
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/
H A Dentropy_test.c64 isc_entropy_t *ent; local
76 ent = NULL;
78 isc_entropy_create(mctx, &ent));
80 isc_entropy_stats(ent, stderr);
84 isc_entropy_createfilesource(ent, "/dev/random"));
86 isc_entropy_createfilesource(ent, "/dev/random"));
89 isc_entropy_createfilesource(ent, "/tmp/foo"));
98 result = isc_entropy_getdata(ent, buffer, 32, &returned, flags);
106 isc_entropy_stats(ent, stderr);
108 isc_entropy_getdata(ent, buffe
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/alpha/
H A Delf-reloc-5.s12 .ent nopv
18 .ent stdgp
26 .ent extern
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dprint.c128 entry2string_int (krb5_context context, krb5_storage *sp, hdb_entry *ent) argument
135 ret = krb5_unparse_name(context, ent->principal, &p);
141 append_string(context, sp, "%d", ent->kvno);
143 for(i = 0; i < ent->keys.len; i++){
145 if(ent->keys.val[i].mkvno)
147 *ent->keys.val[i].mkvno,
148 ent->keys.val[i].key.keytype);
151 ent->keys.val[i].key.keytype);
153 append_hex(context, sp, &ent->keys.val[i].key.keyvalue);
156 if(ent
243 hdb_entry2string(krb5_context context, hdb_entry *ent, char **str) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mips-elf/
H A Dmips16-call-global-2.s4 .ent x
H A Dpic-and-nonpic-2a.s4 .ent __start
H A Dpic-and-nonpic-2b.s4 .ent foo2
H A Deh-frame5.s4 .ent f1
13 .ent f2
22 .ent f3
31 .ent f4
40 .ent f5
49 .ent f6
58 .ent f7
67 .ent f8
74 .ent local_pers
81 .ent hidden_per
[all...]

Completed in 116 milliseconds

1234567891011>>