Home
last modified time | relevance | path

Searched refs:hexprefix (Results 1 – 2 of 2) sorted by relevance

/src/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_tls13_kdf.txt32 Ctrl.prefix = hexprefix:746c73313320
41 Ctrl.prefix = hexprefix:746c73313320
50 Ctrl.prefix = hexprefix:746c73313320
59 Ctrl.prefix = hexprefix:746c73313320
68 Ctrl.prefix = hexprefix:746c73313320
76 Ctrl.prefix = hexprefix:746c73313320
85 Ctrl.prefix = hexprefix:746c73313320
94 Ctrl.prefix = hexprefix:746c73313320
103 Ctrl.prefix = hexprefix:746c73313320
112 Ctrl.prefix = hexprefix:746c73313320
[all …]
/src/contrib/ntp/libntp/
H A Dsnprintf.c997 char hexprefix = 0; in fmtint() local
1034 hexprefix = (flags & PRINT_F_UP) ? 'X' : 'x'; in fmtint()
1047 - ((hexprefix != 0) ? 2 : 0); /* Will we print a prefix? */ in fmtint()
1071 if (hexprefix != 0) { /* A "0x" or "0X" prefix. */ in fmtint()
1073 OUTCHAR(str, *len, size, hexprefix); in fmtint()