Home
last modified time | relevance | path

Searched refs:x5c (Results 1 – 25 of 32) sorted by relevance

12

/openbsd/src/lib/libfido2/src/
Du2f.c67 x5c_get(fido_blob_t *x5c, const unsigned char **buf, size_t *len) in x5c_get() argument
80 (x5c->len = (size_t)(end - *buf)) >= *len) { in x5c_get()
86 if ((x5c->ptr = calloc(1, x5c->len)) == NULL || in x5c_get()
87 fido_buf_read(buf, len, x5c->ptr, x5c->len) < 0) { in x5c_get()
98 fido_blob_reset(x5c); in x5c_get()
415 encode_cred_attstmt(int cose_alg, const fido_blob_t *x5c, in encode_cred_attstmt() argument
449 (x5c_cbor = fido_blob_encode(x5c)) == NULL || in encode_cred_attstmt()
562 fido_blob_t x5c; in parse_register_reply() local
572 memset(&x5c, 0, sizeof(x5c)); in parse_register_reply()
603 if (x5c_get(&x5c, &reply, &len) < 0 || in parse_register_reply()
[all …]
Dcred.c286 if (attstmt->x5c.len > INT_MAX) { in verify_attstmt()
287 fido_log_debug("%s: x5c.len=%zu", __func__, attstmt->x5c.len); in verify_attstmt()
292 if ((rawcert = BIO_new_mem_buf(attstmt->x5c.ptr, in verify_attstmt()
293 (int)attstmt->x5c.len)) == NULL || in verify_attstmt()
339 cred->attstmt.x5c.ptr == NULL || cred->attstmt.sig.ptr == NULL || in fido_cred_verify()
345 (void *)cred->attstmt.x5c.ptr, in fido_cred_verify()
425 cred->attstmt.x5c.ptr != NULL || cred->attstmt.sig.ptr == NULL || in fido_cred_verify_self()
431 (void *)cred->attstmt.x5c.ptr, in fido_cred_verify_self()
533 fido_blob_reset(&attstmt->x5c); in fido_cred_clean_attstmt()
679 if (fido_blob_set(&cred->attstmt.x5c, ptr, len) < 0) in fido_cred_set_x509()
[all …]
Dcbor.c1382 fido_blob_t *x5c = arg; in decode_x5c() local
1384 if (x5c->len) in decode_x5c()
1387 return (fido_blob_decode(item, x5c)); in decode_x5c()
1424 cbor_array_iter(val, &attstmt->x5c, decode_x5c) < 0) { in decode_attstmt_entry()
/openbsd/src/usr.bin/signify/
Dge25519_base.data11 …, 0x60, 0x2d, 0x56, 0xc9, 0xb2, 0xa7, 0x25, 0x95, 0x60, 0xc7, 0x2c, 0x69, 0x5c, 0xdc, 0xd6, 0xfd, …
15 {{{0x5c, 0xe2, 0xf8, 0xd3, 0x5f, 0x48, 0x62, 0xac, 0x86, 0x48, 0x62, 0x81, 0x19, 0x98, 0x43, 0x63, …
21 …, 0x99, 0x8b, 0x69, 0x80, 0x7b, 0xc6, 0x3a, 0xeb, 0x93, 0xcf, 0x4e, 0xf8, 0x5c, 0x2d, 0x86, 0x42, …
38 …, 0x0e, 0x26, 0xd3, 0x81, 0xaa, 0xeb, 0xf5, 0x6b, 0x79, 0x02, 0xf1, 0x51, 0x5c, 0x75, 0x55, 0x0f}}…
61 {{{0x02, 0xff, 0x32, 0x2b, 0x5c, 0x93, 0x54, 0x32, 0xe8, 0x57, 0x54, 0x1a, 0x8b, 0x33, 0x60, 0x65, …
75 …, 0x99, 0xab, 0xd9, 0x28, 0x63, 0x6d, 0x8b, 0x40, 0x69, 0x75, 0x6c, 0xcd, 0x5c, 0x2a, 0x7e, 0x32, …
84 …{{0x79, 0x51, 0x81, 0x01, 0xdc, 0x73, 0x53, 0xe0, 0x6e, 0x9b, 0xea, 0x68, 0x3f, 0x5c, 0x14, 0x84, …
93 …, 0xb0, 0xe5, 0x57, 0x1b, 0x5b, 0xf5, 0x45, 0x13, 0x14, 0x64, 0x5a, 0xeb, 0x5c, 0xfc, 0x54, 0x01, …
118 …, 0x5e, 0x7b, 0x4b, 0xe8, 0x43, 0x8c, 0x8f, 0x00, 0xb5, 0x54, 0x13, 0xc5, 0x5c, 0xb6, 0x35, 0x4e, …
132 …, 0x0d, 0x4a, 0xc9, 0x52, 0x6a, 0x61, 0x79, 0xe9, 0x76, 0xf3, 0x85, 0x52, 0x5c, 0x1b, 0x2c, 0xe1, …
[all …]
/openbsd/src/lib/libfido2/src/fido/
Dtypes.h117 fido_blob_t x5c; /* attestation certificate */ member
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86InstrAMX.td163 def TDPBF16PS : I<0x5c, MRMSrcReg4VOp3, (outs TILE:$dst),
193 def TDPFP16PS : I<0x5c, MRMSrcReg4VOp3, (outs TILE:$dst),
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/
DARM.def99 ELF_RELOC(R_ARM_TLS_DESCSEQ, 0x5c)
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DCaymanInstructions.td39 def MULHI_INT_cm24 : MULHI_INT24_Common<0x5c>;
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td81 defm NE : ComparisonFP<SETUNE, "ne ", 0x5c, 0x62>;
/openbsd/src/gnu/usr.bin/perl/cpan/Encode/ucm/
Dcp855.ucm116 <U005c> \x5c |0 # REVERSE SOLIDUS
Dcp864.ucm115 <U005c> \x5c |0 # REVERSE SOLIDUS
Dcp862.ucm116 <U005c> \x5c |0 # REVERSE SOLIDUS
Dcp863.ucm116 <U005c> \x5c |0 # REVERSE SOLIDUS
Dcp858.ucm115 <U005c> \x5c |0 # REVERSE SOLIDUS
Dcp869.ucm116 <U005c> \x5c |0 # REVERSE SOLIDUS
Dcp857.ucm116 <U005c> \x5c |0 # REVERSE SOLIDUS
Dcp737.ucm116 <U005c> \x5c |0 # REVERSE SOLIDUS
Dcp850.ucm116 <U005c> \x5c |0 # REVERSE SOLIDUS
Dcp866.ucm116 <U005c> \x5c |0 # REVERSE SOLIDUS
Dcp437.ucm116 <U005c> \x5c |0 # REVERSE SOLIDUS
Dcp865.ucm116 <U005c> \x5c |0 # REVERSE SOLIDUS
Dcp860.ucm116 <U005c> \x5c |0 # REVERSE SOLIDUS
Dcp861.ucm116 <U005c> \x5c |0 # REVERSE SOLIDUS
Dcp775.ucm116 <U005c> \x5c |0 # REVERSE SOLIDUS
Dcp852.ucm116 <U005c> \x5c |0 # REVERSE SOLIDUS

12