Home
last modified time | relevance | path

Searched refs:SS (Results 1 – 12 of 12) sorted by relevance

/openssl-master/providers/implementations/rands/seeding/
A Drand_vms.c399 != 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 …]
/openssl-master/test/
A Dstack_test.c32 } SS; typedef
41 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()
/openssl-master/crypto/seed/
A Dseed.c53 # ifdef SS /* can get defined on Solaris by inclusion of
55 # undef SS
61 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
/openssl-master/crypto/ui/
A Dui_openssl.c469 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()
/openssl-master/doc/man7/
A DEVP_KDF-SS.pod5 EVP_KDF-SS - The Single Step / One Step EVP_KDF implementation
9 The EVP_KDF-SS algorithm implements the Single Step key derivation function (SSKDF).
A DOSSL_PROVIDER-default.pod124 =item SSKDF, see L<EVP_KDF-SS(7)>
A Dmigration_guide.pod191 See L<EVP_KDF-SS(7)> and L<EVP_KDF-SSHKDF(7)>
/openssl-master/apps/lib/
A Dvms_term_sock.c461 if (iosb.iosb$w_status == SS$_ABORT) in CreateSocketPair()
/openssl-master/doc/man1/
A Dopenssl-kdf.pod.in186 L<EVP_KDF-SS(7)>,
A Dopenssl-ca.pod.in223 both formats, seconds SS and timezone Z must be present.
230 both formats, seconds SS and timezone Z must be present.
/openssl-master/doc/man3/
A DASN1_TIME_set.pod105 format. It will be of the format MMM DD HH:MM:SS YYYY [GMT], for example
/openssl-master/doc/
A Dbuild.info4130 DEPEND[html/man7/EVP_KDF-SS.html]=man7/EVP_KDF-SS.pod
4131 GENERATE[html/man7/EVP_KDF-SS.html]=man7/EVP_KDF-SS.pod
4132 DEPEND[man/man7/EVP_KDF-SS.7]=man7/EVP_KDF-SS.pod
4133 GENERATE[man/man7/EVP_KDF-SS.7]=man7/EVP_KDF-SS.pod
4572 html/man7/EVP_KDF-SS.html \
4697 man/man7/EVP_KDF-SS.7 \

Completed in 33 milliseconds