Home
last modified time | relevance | path

Searched refs:alloca (Results 1 – 5 of 5) sorted by relevance

/openssl/crypto/
H A Dcryptlib.c26 # define alloca _alloca macro
76 name = (WCHAR *)alloca(len + sizeof(WCHAR)); in OPENSSL_isservice()
142 fmtw = (WCHAR *)alloca(len_0 * sizeof(WCHAR)); in OPENSSL_showfatal()
/openssl/crypto/bn/
H A Dbn_exp.c17 # ifndef alloca
18 # define alloca _alloca macro
21 # ifndef alloca
22 # define alloca(s) __builtin_alloca((s)) macro
738 #ifdef alloca in BN_mod_exp_mont_consttime()
741 alloca(powerbufLen + MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH); in BN_mod_exp_mont_consttime()
752 #ifdef alloca in BN_mod_exp_mont_consttime()
872 np = alloca(top * sizeof(BN_ULONG)); in BN_mod_exp_mont_consttime()
H A Dbn_asm.c867 vp = tp = alloca((num + 2) * sizeof(BN_ULONG)); in bn_mul_mont()
1000 vp = tp = alloca((num + 2) * sizeof(BN_ULONG)); in bn_mul_mont()
/openssl/engines/
H A De_capi.c24 # ifndef alloca
25 # define alloca _alloca macro
1240 cspname = alloca(clen * sizeof(WCHAR)); in capi_list_containers()
1601 (contname = alloca(len * sizeof(WCHAR)), in capi_find_key()
1605 (provname = alloca(len * sizeof(WCHAR)), in capi_find_key()
1670 name = alloca(len * sizeof(WCHAR)); in capi_ctx_set_provname()
/openssl/crypto/dso/
H A Ddso_win32.c42 fnamw = (WCHAR *)alloca(len_0 * sizeof(WCHAR)); in LoadLibraryA()

Completed in 53 milliseconds