Home
last modified time | relevance | path

Searched refs:emit (Results 1 – 11 of 11) sorted by relevance

/openssl/crypto/perlasm/
H A Dx86gas.pl54 if ($#_==0) { &::emit($opcode); }
56 { &::emit($opcode,@arg); }
57 else { &::emit($opcode.$suffix,@arg);}
67 sub ::cpuid { &::emit(".byte\t0x0f,0xa2"); }
68 sub ::rdtsc { &::emit(".byte\t0x0f,0x31"); }
70 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); }
74 *::bswap = sub { &::emit("bswap","%$_[0]"); } if (!$::i386);
H A Dx86masm.pl34 &::emit($opcode,@arg);
40 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); }
41 sub ::call_ptr { &::emit("call",@_); }
42 sub ::jmp_ptr { &::emit("jmp",@_); }
H A Dx86nasm.pl32 &::emit($opcode,@_);
38 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); }
39 sub ::call_ptr { &::emit("call",@_); }
40 sub ::jmp_ptr { &::emit("jmp",@_); }
H A Dx86asm.pl36 sub ::emit
/openssl/include/crypto/
H A Dpoly1305.h37 poly1305_emit_f emit; member
/openssl/crypto/poly1305/
H A Dpoly1305.c451 ctx->func.emit = poly1305_emit; in Poly1305_Init()
514 poly1305_emit_f poly1305_emit_p = ctx->func.emit; in Poly1305_Final()
/openssl/doc/man7/
H A DEVP_RAND-TEST-RAND.pod67 If this parameter is zero, it will only emit the nonce and entropy data
/openssl/Configurations/
H A Dgentemplate.pm52 sub emit { subroutine
/openssl/doc/designs/quic-design/
H A Dconnection-state-machine.md114 hypothetical handshake layer) to emit keys for the Handshake EL.
136 messages. The handshake layer must emit keys for the 1-RTT EL
/openssl/external/perl/Text-Template-1.56/
H A DChanges85 uses whenever it wants to emit output. You can subclass this to get
/openssl/doc/internal/man7/
H A Dbuild.info.pod196 way to tell the build file generator to emit the necessary command

Completed in 15 milliseconds