Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 12 of 12) sorted by relevance

/crypto/perlasm/
A Dx86asm.pl30 if ($opcode =~ /^push/) { $stack+=4; }
31 elsif ($opcode =~ /^pop/) { $stack-=4; }
51 sub ::stack_push{ my $num=$_[0]*4; $stack+=$num; &sub("esp",$num); }
52 sub ::stack_pop { my $num=$_[0]*4; $stack-=$num; &add("esp",$num); }
53 sub ::blindpop { &pop($_[0]); $stack+=4; }
54 sub ::wparam { &DWP($stack+4*$_[0],"esp"); }
221 $stack=4;
235 $stack=0;
245 $stack+=16; # readjust esp as if we didn't pop anything
A Dx86masm.pl114 $::stack=4;
120 $::stack=0;
A Dx86nasm.pl115 $::stack=4;
119 { $::stack=0;
A Dx86gas.pl126 $::stack=4;
132 $::stack=0;
A DREADME.md45 &swtmp(num) Address on stack temp word.
/crypto/bn/
A Dbn_ctx.c67 BN_STACK stack; member
86 BN_STACK *stack = &ctx->stack; in ctxdbg() local
99 while (fpidx < stack->depth) { in ctxdbg()
100 while (bnidx++ < stack->indexes[fpidx]) in ctxdbg()
126 BN_STACK_init(&ret->stack); in BN_CTX_new_ex()
163 ctx->stack.size, ctx->pool.size); in BN_CTX_free()
174 BN_STACK_finish(&ctx->stack); in BN_CTX_free()
186 else if (!BN_STACK_push(&ctx->stack, ctx->used)) { in BN_CTX_start()
201 unsigned int fp = BN_STACK_pop(&ctx->stack); in BN_CTX_end()
/crypto/
A Dex_data.c225 EX_CALLBACK *stack[10]; in ossl_crypto_new_ex_data_ex() local
240 if (mx < (int)OSSL_NELEM(stack)) in ossl_crypto_new_ex_data_ex()
241 storage = stack; in ossl_crypto_new_ex_data_ex()
259 if (storage != stack) in ossl_crypto_new_ex_data_ex()
278 EX_CALLBACK *stack[10]; in CRYPTO_dup_ex_data() local
302 if (mx < (int)OSSL_NELEM(stack)) in CRYPTO_dup_ex_data()
303 storage = stack; in CRYPTO_dup_ex_data()
336 if (storage != stack) in CRYPTO_dup_ex_data()
373 struct ex_callback_entry stack[10]; in CRYPTO_free_ex_data() local
387 storage = stack; in CRYPTO_free_ex_data()
[all …]
A Dbuild.info3 SUBDIRS=objects buffer bio stack lhash hashtable rand evp asn1 pem x509 conf \
/crypto/stack/
A Dbuild.info2 SOURCE[../../libcrypto]=stack.c
3 SOURCE[../../providers/libfips.a]=stack.c
/crypto/asn1/
A Dtasn_prn.c290 STACK_OF(const_ASN1_VALUE) *stack; in asn1_template_print_ctx()
305 stack = (STACK_OF(const_ASN1_VALUE) *)*fld; in asn1_template_print_ctx()
306 for (i = 0; i < sk_const_ASN1_VALUE_num(stack); i++) { in asn1_template_print_ctx()
310 skitem = sk_const_ASN1_VALUE_value(stack, i); in asn1_template_print_ctx()
317 stack == NULL ? "ABSENT" : "EMPTY") <= 0) in asn1_template_print_ctx()
/crypto/aes/asm/
A Dbsaes-armv8.pl1045 // allocate the key schedule on the stack
1295 // allocate the key schedule on the stack
1521 // allocate the key schedule on the stack
/crypto/err/
A Dopenssl.txt597 DSO_R_STACK_ERROR:105:the meth_data stack is corrupt

Completed in 884 milliseconds