HomeSort by: relevance | last modified time | path
    Searched defs:fns (Results 1 - 25 of 87) sorted by relevancy

1 2 3 4

  /src/external/gpl3/binutils/dist/libiberty/
xatexit.c 53 void (*fns[XATEXIT_SIZE]) (void); /* the table itself */ member in struct:xatexit
84 p->fns[p->ind++] = fn;
98 (*p->fns[n]) ();
  /src/external/gpl3/binutils.old/dist/libiberty/
xatexit.c 53 void (*fns[XATEXIT_SIZE]) (void); /* the table itself */ member in struct:xatexit
84 p->fns[p->ind++] = fn;
98 (*p->fns[n]) ();
  /src/external/gpl3/gcc/dist/libiberty/
xatexit.c 53 void (*fns[XATEXIT_SIZE]) (void); /* the table itself */ member in struct:xatexit
84 p->fns[p->ind++] = fn;
98 (*p->fns[n]) ();
  /src/external/gpl3/gcc.old/dist/libiberty/
xatexit.c 53 void (*fns[XATEXIT_SIZE]) (void); /* the table itself */ member in struct:xatexit
84 p->fns[p->ind++] = fn;
98 (*p->fns[n]) ();
  /src/external/gpl3/gdb/dist/libiberty/
xatexit.c 53 void (*fns[XATEXIT_SIZE]) (void); /* the table itself */ member in struct:xatexit
84 p->fns[p->ind++] = fn;
98 (*p->fns[n]) ();
  /src/external/gpl3/gdb.old/dist/libiberty/
xatexit.c 53 void (*fns[XATEXIT_SIZE]) (void); /* the table itself */ member in struct:xatexit
84 p->fns[p->ind++] = fn;
98 (*p->fns[n]) ();
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
kdf_meth.c 62 const OSSL_DISPATCH *fns = algodef->implementation; local
76 for (; fns->function_id != 0; fns++) {
77 switch (fns->function_id) {
81 kdf->newctx = OSSL_FUNC_kdf_newctx(fns);
87 kdf->dupctx = OSSL_FUNC_kdf_dupctx(fns);
92 kdf->freectx = OSSL_FUNC_kdf_freectx(fns);
98 kdf->reset = OSSL_FUNC_kdf_reset(fns);
103 kdf->derive = OSSL_FUNC_kdf_derive(fns);
109 kdf->gettable_params = OSSL_FUNC_kdf_gettable_params(fns);
    [all...]
mac_meth.c 61 const OSSL_DISPATCH *fns = algodef->implementation; local
76 for (; fns->function_id != 0; fns++) {
77 switch (fns->function_id) {
81 mac->newctx = OSSL_FUNC_mac_newctx(fns);
87 mac->dupctx = OSSL_FUNC_mac_dupctx(fns);
92 mac->freectx = OSSL_FUNC_mac_freectx(fns);
98 mac->init = OSSL_FUNC_mac_init(fns);
104 mac->update = OSSL_FUNC_mac_update(fns);
110 mac->final = OSSL_FUNC_mac_final(fns);
    [all...]
skeymgmt_meth.c 65 const OSSL_DISPATCH *fns = algodef->implementation; local
78 for (; fns->function_id != 0; fns++) {
79 switch (fns->function_id) {
82 skeymgmt->free = OSSL_FUNC_skeymgmt_free(fns);
86 skeymgmt->import = OSSL_FUNC_skeymgmt_import(fns);
90 skeymgmt->export = OSSL_FUNC_skeymgmt_export(fns);
94 skeymgmt->generate = OSSL_FUNC_skeymgmt_generate(fns);
98 skeymgmt->get_key_id = OSSL_FUNC_skeymgmt_get_key_id(fns);
102 skeymgmt->imp_params = OSSL_FUNC_skeymgmt_imp_settable_params(fns);
    [all...]
exchange.c 53 const OSSL_DISPATCH *fns = algodef->implementation; local
67 for (; fns->function_id != 0; fns++) {
68 switch (fns->function_id) {
72 exchange->newctx = OSSL_FUNC_keyexch_newctx(fns);
78 exchange->init = OSSL_FUNC_keyexch_init(fns);
84 exchange->set_peer = OSSL_FUNC_keyexch_set_peer(fns);
89 exchange->derive = OSSL_FUNC_keyexch_derive(fns);
95 exchange->freectx = OSSL_FUNC_keyexch_freectx(fns);
101 exchange->dupctx = OSSL_FUNC_keyexch_dupctx(fns);
    [all...]
keymgmt_meth.c 67 const OSSL_DISPATCH *fns = algodef->implementation; local
85 for (; fns->function_id != 0; fns++) {
86 switch (fns->function_id) {
89 keymgmt->new = OSSL_FUNC_keymgmt_new(fns);
93 keymgmt->gen_init = OSSL_FUNC_keymgmt_gen_init(fns);
97 keymgmt->gen_set_template = OSSL_FUNC_keymgmt_gen_set_template(fns);
102 keymgmt->gen_set_params = OSSL_FUNC_keymgmt_gen_set_params(fns);
108 keymgmt->gen_settable_params = OSSL_FUNC_keymgmt_gen_settable_params(fns);
114 keymgmt->gen_get_params = OSSL_FUNC_keymgmt_gen_get_params(fns);
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
kdf_meth.c 63 const OSSL_DISPATCH *fns = algodef->implementation; local
78 for (; fns->function_id != 0; fns++) {
79 switch (fns->function_id) {
83 kdf->newctx = OSSL_FUNC_kdf_newctx(fns);
89 kdf->dupctx = OSSL_FUNC_kdf_dupctx(fns);
94 kdf->freectx = OSSL_FUNC_kdf_freectx(fns);
100 kdf->reset = OSSL_FUNC_kdf_reset(fns);
105 kdf->derive = OSSL_FUNC_kdf_derive(fns);
112 OSSL_FUNC_kdf_gettable_params(fns);
    [all...]
mac_meth.c 64 const OSSL_DISPATCH *fns = algodef->implementation; local
79 for (; fns->function_id != 0; fns++) {
80 switch (fns->function_id) {
84 mac->newctx = OSSL_FUNC_mac_newctx(fns);
90 mac->dupctx = OSSL_FUNC_mac_dupctx(fns);
95 mac->freectx = OSSL_FUNC_mac_freectx(fns);
101 mac->init = OSSL_FUNC_mac_init(fns);
107 mac->update = OSSL_FUNC_mac_update(fns);
113 mac->final = OSSL_FUNC_mac_final(fns);
    [all...]
asymcipher.c 328 const OSSL_DISPATCH *fns = algodef->implementation; local
343 for (; fns->function_id != 0; fns++) {
344 switch (fns->function_id) {
348 cipher->newctx = OSSL_FUNC_asym_cipher_newctx(fns);
354 cipher->encrypt_init = OSSL_FUNC_asym_cipher_encrypt_init(fns);
360 cipher->encrypt = OSSL_FUNC_asym_cipher_encrypt(fns);
366 cipher->decrypt_init = OSSL_FUNC_asym_cipher_decrypt_init(fns);
372 cipher->decrypt = OSSL_FUNC_asym_cipher_decrypt(fns);
378 cipher->freectx = OSSL_FUNC_asym_cipher_freectx(fns);
    [all...]
exchange.c 47 const OSSL_DISPATCH *fns = algodef->implementation; local
61 for (; fns->function_id != 0; fns++) {
62 switch (fns->function_id) {
66 exchange->newctx = OSSL_FUNC_keyexch_newctx(fns);
72 exchange->init = OSSL_FUNC_keyexch_init(fns);
78 exchange->set_peer = OSSL_FUNC_keyexch_set_peer(fns);
83 exchange->derive = OSSL_FUNC_keyexch_derive(fns);
89 exchange->freectx = OSSL_FUNC_keyexch_freectx(fns);
95 exchange->dupctx = OSSL_FUNC_keyexch_dupctx(fns);
    [all...]
kem.c 262 const OSSL_DISPATCH *fns = algodef->implementation; local
277 for (; fns->function_id != 0; fns++) {
278 switch (fns->function_id) {
282 kem->newctx = OSSL_FUNC_kem_newctx(fns);
288 kem->encapsulate_init = OSSL_FUNC_kem_encapsulate_init(fns);
294 kem->encapsulate = OSSL_FUNC_kem_encapsulate(fns);
300 kem->decapsulate_init = OSSL_FUNC_kem_decapsulate_init(fns);
306 kem->decapsulate = OSSL_FUNC_kem_decapsulate(fns);
312 kem->freectx = OSSL_FUNC_kem_freectx(fns);
    [all...]
  /src/external/bsd/openldap/dist/libraries/librewrite/
escapemap.c 143 escape_fn **fns; local
156 fns = calloc( sizeof(escape_fn *), argc + 1 );
157 if ( fns == NULL ) {
163 fns[i] = map_escape_to_dn;
165 fns[i] = map_escape_to_filter;
167 fns[i] = map_unescape_dn;
169 fns[i] = map_unescape_filter;
174 free( fns );
179 return (void *)fns;
188 escape_fn **fns = private local
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
exit.h 69 struct exit_function fns[32]; member in struct:exit_function_list
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
exit.h 69 struct exit_function fns[32]; member in struct:exit_function_list
  /src/sys/arch/dreamcast/dev/microcode/
aica_arm.c 124 uint32_t base, fns; local
138 fns = (rate * 1024 + (base / 2)) / base;
143 for (fns = 0; tmp >= base; tmp -= base, fns++)
149 if (fns == 1024) {
151 fns = 0;
153 if ((rate > base * fns / 1024) &&
154 (fns < 1023) &&
155 (rate == base * (fns + 1) / 1024)) {
156 fns++
    [all...]
  /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
decode_pvk2key.c 42 const OSSL_DISPATCH *fns; /* Keymgmt (to pilfer functions from) */ member in struct:keytype_desc_st
189 ossl_prov_get_keymgmt_export(ctx->desc->fns);
  /src/external/bsd/libarchive/dist/libarchive/test/
test_write_format_iso9660_filename.c 49 struct fns { struct
73 verify_file(struct archive *a, enum vtype type, struct fns *fns)
98 for (i = 0; i < fns->cnt; i++) {
110 assert(strcmp(fns->names[i], pathname) != 0);
111 assert((length = strlen(pathname)) <= fns->maxlen);
112 if (length > fns->longest_len)
113 fns->longest_len = length;
117 assert((size_t)(p - pathname) <= fns->maxflen);
119 assert(strlen(p+1) <= fns->maxelen)
311 struct fns fns; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/engine/
eng_dyn.c 415 dynamic_fns fns; local
481 fns.static_state = ENGINE_get_static_state();
482 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_fn, &fns.mem_fns.realloc_fn,
483 &fns.mem_fns.free_fn);
492 || !ctx->bind_engine(e, ctx->engine_id, &fns)) {
  /src/crypto/external/apache2/openssl/dist/crypto/store/
store_meth.c 182 const OSSL_DISPATCH *fns = algodef->implementation; local
190 for (; fns->function_id != 0; fns++) {
191 switch (fns->function_id) {
194 loader->p_open = OSSL_FUNC_store_open(fns);
198 loader->p_attach = OSSL_FUNC_store_attach(fns);
202 loader->p_settable_ctx_params = OSSL_FUNC_store_settable_ctx_params(fns);
206 loader->p_set_ctx_params = OSSL_FUNC_store_set_ctx_params(fns);
210 loader->p_load = OSSL_FUNC_store_load(fns);
214 loader->p_eof = OSSL_FUNC_store_eof(fns);
    [all...]
  /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
decode_msblob2key.c 41 const OSSL_DISPATCH *fns; /* Keymgmt (to pilfer functions from) */ member in struct:keytype_desc_st
214 OSSL_FUNC_keymgmt_export_fn *export = ossl_prov_get_keymgmt_export(ctx->desc->fns);

Completed in 79 milliseconds

1 2 3 4