Home
last modified time | relevance | path

Searched defs:decoded (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/usr.bin/ssh/
H A Dkexsntrup761x25519.c164 int r, decoded; kex_kem_sntrup761x25519_dec() local
H A Dsshkey.c2847 struct sshbuf *encoded = NULL, *decoded = NULL; private2_uudecode() local
2916 private2_decrypt(struct sshbuf * decoded,const char * passphrase,struct sshbuf ** decryptedp,struct sshkey ** pubkeyp) private2_decrypt() argument
3068 struct sshbuf *decoded = NULL, *decrypted = NULL; sshkey_parse_private2() local
3127 struct sshbuf *decoded = NULL; sshkey_parse_private2_pubkey() local
[all...]
/openbsd-src/lib/libkeynote/
H A Dsignature.c356 unsigned char *ptr = NULL, *decoded = NULL; in kn_decode_key() local
634 unsigned char *sig, *decoded = NULL, *ptr; in keynote_sigverify_assertion() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVInstructions.h309 RISCVInst decoded; member
H A DEmulateInstructionRISCV.cpp641 auto decoded = is_rvc ? pat.decode(try_rvc) : pat.decode(inst); in Decode() local
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dada-lang.h74 const char *decoded; member
H A Dada-lang.c733 ada_encode (const char *decoded) in ada_encode()
832 char *decoded; in ada_decode() local
991 const char *decoded = ada_decode (gsymbol->name); in ada_decode_symbol() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1299 std::string decoded; in ExpandRLE() local
/openbsd-src/usr.sbin/httpd/
H A Dserver_http.c131 char decoded[1024]; in server_http_authenticate() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1448 std::optional<DecodedUID> decoded = DecodeUID(uid); in GetDIE() local