Searched refs:STR (Results 1 – 3 of 3) sorted by relevance
/openssl/crypto/ |
H A D | s390xcap.c | 39 #define STR(S) STR_(S) macro 43 " " STR(NAME) " : %" STR(LEN) "[^:] : " \ 44 "%" STR(LEN) "s %" STR(LEN) "s ", \ 62 " %" STR(LEN) "s %" STR(LEN) "s ", \ 739 " stfle : %" STR(LEN) "[^:] : " in parse_env() 740 "%" STR(LEN) "[^:] : %" STR(LEN) "s ", in parse_env() 778 else if (sscanf(tok_begin, " %" STR(LEN) "s %" STR(LEN) "s ", in parse_env()
|
/openssl/apps/ |
H A D | enc.c | 34 #define STR(a) XSTR(a) macro 97 {OPT_MORE_STR, 0, 0, "Default: " STR(PBKDF2_ITER_DEFAULT)}, 101 "Use -iter to change the iteration count from " STR(PBKDF2_ITER_DEFAULT)},
|
H A D | pkcs8.c | 20 #define STR(a) XSTR(a) macro
|
Completed in 9 milliseconds