Searched refs:stack (Results 1 – 12 of 12) sorted by relevance
30 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
114 $::stack=4;120 $::stack=0;
115 $::stack=4;119 { $::stack=0;
126 $::stack=4;132 $::stack=0;
45 &swtmp(num) Address on stack temp word.
67 BN_STACK stack; member86 BN_STACK *stack = &ctx->stack; in ctxdbg() local99 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()
225 EX_CALLBACK *stack[10]; in ossl_crypto_new_ex_data_ex() local240 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() local302 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() local387 storage = stack; in CRYPTO_free_ex_data()[all …]
3 SUBDIRS=objects buffer bio stack lhash hashtable rand evp asn1 pem x509 conf \
2 SOURCE[../../libcrypto]=stack.c3 SOURCE[../../providers/libfips.a]=stack.c
290 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()
1045 // allocate the key schedule on the stack1295 // allocate the key schedule on the stack1521 // allocate the key schedule on the stack
597 DSO_R_STACK_ERROR:105:the meth_data stack is corrupt
Completed in 37 milliseconds