| /src/crypto/external/bsd/openssl.old/dist/crypto/ |
| ex_data.c | 20 CRYPTO_EX_new *new_func; member in struct:ex_callback_st 143 a->new_func = dummy_new; 156 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, 184 a->new_func = new_func; 238 if (storage[i] != NULL && storage[i]->new_func != NULL) { 240 storage[i]->new_func(obj, ptr, ad, i,
|
| /src/external/bsd/bc/dist/ |
| execute.c | 69 long new_func; local 151 new_func = byte(&pc); 152 if ((new_func & 0x80) != 0) 153 new_func = ((new_func & 0x7f) << 8) + byte(&pc); 156 if (!functions[new_func].f_defined) 158 rt_error ("Function %s not defined.", f_names[new_func]); 163 process_params (&pc, new_func); 166 for (auto_list = functions[new_func].f_autos; 177 pc.pc_func = new_func; [all...] |
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| cryptlib.h | 71 CRYPTO_EX_new *new_func; member in struct:ex_callback_st 141 CRYPTO_EX_new *new_func,
|
| /src/crypto/external/bsd/openssl/dist/include/internal/ |
| cryptlib.h | 124 CRYPTO_EX_new *new_func; member in struct:ex_callback_st 180 void *(*new_func)(OSSL_LIB_CTX *ctx); member in struct:ossl_lib_ctx_method 209 CRYPTO_EX_new *new_func,
|