Searched refs:emit (Results 1 – 11 of 11) sorted by relevance
/openssl/crypto/perlasm/ |
H A D | x86gas.pl | 54 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 D | x86masm.pl | 34 &::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 D | x86nasm.pl | 32 &::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 D | x86asm.pl | 36 sub ::emit
|
/openssl/include/crypto/ |
H A D | poly1305.h | 37 poly1305_emit_f emit; member
|
/openssl/crypto/poly1305/ |
H A D | poly1305.c | 451 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 D | EVP_RAND-TEST-RAND.pod | 67 If this parameter is zero, it will only emit the nonce and entropy data
|
/openssl/Configurations/ |
H A D | gentemplate.pm | 52 sub emit { subroutine
|
/openssl/doc/designs/quic-design/ |
H A D | connection-state-machine.md | 114 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 D | Changes | 85 uses whenever it wants to emit output. You can subclass this to get
|
/openssl/doc/internal/man7/ |
H A D | build.info.pod | 196 way to tell the build file generator to emit the necessary command
|
Completed in 21 milliseconds