Searched refs:SS (Results 1 – 12 of 12) sorted by relevance
399 != SS$_NORMAL) { in data_collect_method()404 != SS$_NORMAL) { in data_collect_method()409 != SS$_NORMAL) { in data_collect_method()417 if ((status = lib$get_ef(&efn)) != SS$_NORMAL) { in data_collect_method()422 != SS$_NORMAL) { in data_collect_method()430 if (iosb.iosb$l_getxxi_status != SS$_NORMAL) { in data_collect_method()435 != SS$_NORMAL) { in data_collect_method()443 if (iosb.iosb$l_getxxi_status != SS$_NORMAL) { in data_collect_method()447 if ((status = lib$free_ef(&efn)) != SS$_NORMAL) { in data_collect_method()546 if (status == SS$_RETRY) { in get_entropy_method()[all …]
32 } SS; typedef41 DEFINE_STACK_OF(SS) in DEFINE_SPECIAL_STACK_OF()258 static SS *SS_copy(const SS *p) in SS_copy()260 SS *q = OPENSSL_malloc(sizeof(*q)); in SS_copy()267 static void SS_free(SS *p) { in SS_free()273 STACK_OF(SS) *s = sk_SS_new_null(); in test_SS_stack()274 STACK_OF(SS) *r = NULL; in test_SS_stack()275 SS *v[10], *p; in test_SS_stack()
53 # ifdef SS /* can get defined on Solaris by inclusion of55 # undef SS61 SS[0][(unsigned char) (v) & 0xff] ^ \62 SS[1][(unsigned char) ((v)>>8) & 0xff] ^ \63 SS[2][(unsigned char)((v)>>16) & 0xff] ^ \64 SS[3][(unsigned char)((v)>>24) & 0xff]66 static const seed_word SS[4][256] = { variable
469 if (status != SS$_NORMAL) { in open_console()479 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL)) in open_console()503 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL)) { in noecho_console()535 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL)) { in echo_console()560 if (status != SS$_NORMAL) { in close_console()
5 EVP_KDF-SS - The Single Step / One Step EVP_KDF implementation9 The EVP_KDF-SS algorithm implements the Single Step key derivation function (SSKDF).
124 =item SSKDF, see L<EVP_KDF-SS(7)>
191 See L<EVP_KDF-SS(7)> and L<EVP_KDF-SSHKDF(7)>
461 if (iosb.iosb$w_status == SS$_ABORT) in CreateSocketPair()
186 L<EVP_KDF-SS(7)>,
223 both formats, seconds SS and timezone Z must be present.230 both formats, seconds SS and timezone Z must be present.
105 format. It will be of the format MMM DD HH:MM:SS YYYY [GMT], for example
4130 DEPEND[html/man7/EVP_KDF-SS.html]=man7/EVP_KDF-SS.pod4131 GENERATE[html/man7/EVP_KDF-SS.html]=man7/EVP_KDF-SS.pod4132 DEPEND[man/man7/EVP_KDF-SS.7]=man7/EVP_KDF-SS.pod4133 GENERATE[man/man7/EVP_KDF-SS.7]=man7/EVP_KDF-SS.pod4572 html/man7/EVP_KDF-SS.html \4697 man/man7/EVP_KDF-SS.7 \
Completed in 33 milliseconds