HomeSort by: relevance | last modified time | path
    Searched refs:hexprefix (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evpkdf_tls13_kdf.txt 32 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:746c7331332
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
evpkdf_tls13_kdf.txt 32 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:746c7331332
    [all...]
  /src/external/bsd/ntp/dist/libntp/
snprintf.c 999 char hexprefix = 0; local
1036 hexprefix = (flags & PRINT_F_UP) ? 'X' : 'x';
1049 - ((hexprefix != 0) ? 2 : 0); /* Will we print a prefix? */
1073 if (hexprefix != 0) { /* A "0x" or "0X" prefix. */
1075 OUTCHAR(str, *len, size, hexprefix);

Completed in 25 milliseconds