Home
last modified time | relevance | path

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

/openssl/providers/implementations/rands/seeding/
H A Drand_vms.c400 != SS$_NORMAL) { in data_collect_method()
405 != SS$_NORMAL) { in data_collect_method()
410 != SS$_NORMAL) { in data_collect_method()
418 if ((status = lib$get_ef(&efn)) != SS$_NORMAL) { in data_collect_method()
423 != SS$_NORMAL) { in data_collect_method()
431 if (iosb.iosb$l_getxxi_status != SS$_NORMAL) { in data_collect_method()
436 != SS$_NORMAL) { in data_collect_method()
444 if (iosb.iosb$l_getxxi_status != SS$_NORMAL) { in data_collect_method()
448 if ((status = lib$free_ef(&efn)) != SS$_NORMAL) { in data_collect_method()
519 if (status == SS$_RETRY) { in get_entropy_method()
[all …]
/openssl/test/
H 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/crypto/seed/
H 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/crypto/ui/
H 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()
562 if (status != SS$_NORMAL) { in close_console()
/openssl/doc/man7/
H 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).
H A DOSSL_PROVIDER-default.pod130 =item SSKDF, see L<EVP_KDF-SS(7)>
H A DOSSL_PROVIDER-FIPS.pod113 =item SSKDF, see L<EVP_KDF-SS(7)>
H A Dossl-guide-migration.pod244 See L<EVP_KDF-SS(7)> and L<EVP_KDF-SSHKDF(7)>
/openssl/apps/lib/
H A Dvms_term_sock.c461 if (iosb.iosb$w_status == SS$_ABORT) in CreateSocketPair()
/openssl/doc/man1/
H A Dopenssl-kdf.pod.in211 L<EVP_KDF-SS(7)>,
H A Dopenssl-x509.pod.in388 both formats, seconds SS and timezone Z must be present.
398 both formats, seconds SS and timezone Z must be present.
H A Dopenssl-req.pod.in337 ASN1 GeneralizedTime structure). In both formats, seconds SS and
346 an ASN1 GeneralizedTime structure). In both formats, seconds SS and
H A Dopenssl-ca.pod.in237 both formats, seconds SS and timezone Z must be present.
245 both formats, seconds SS and timezone Z must be present.
/openssl/doc/man3/
H A DASN1_TIME_set.pod105 format. It will be of the format MMM DD HH:MM:SS YYYY [GMT], for example
/openssl/doc/
H A Dbuild.info4572 DEPEND[html/man7/EVP_KDF-SS.html]=man7/EVP_KDF-SS.pod
4573 GENERATE[html/man7/EVP_KDF-SS.html]=man7/EVP_KDF-SS.pod
4574 DEPEND[man/man7/EVP_KDF-SS.7]=man7/EVP_KDF-SS.pod
4575 GENERATE[man/man7/EVP_KDF-SS.7]=man7/EVP_KDF-SS.pod
5090 html/man7/EVP_KDF-SS.html \
5237 man/man7/EVP_KDF-SS.7 \

Completed in 63 milliseconds