Searched refs:sstr (Results 1 – 3 of 3) sorted by relevance
/openssl/crypto/asn1/ |
H A D | p5_pbe.c | 34 unsigned char *sstr = NULL; variable 53 sstr = OPENSSL_malloc(saltlen); 54 if (sstr == NULL) 57 memcpy(sstr, salt, saltlen); 58 else if (RAND_bytes_ex(ctx, sstr, saltlen, 0) <= 0) 61 ASN1_STRING_set0(pbe->salt, sstr, saltlen); 62 sstr = NULL; 76 OPENSSL_free(sstr);
|
/openssl/apps/lib/ |
H A D | s_cb.c | 287 const char *sstr = NULL; in do_print_sigalgs() local 315 sstr = get_sigtype(sign_nid); in do_print_sigalgs() 316 if (sstr) in do_print_sigalgs() 317 BIO_printf(out, "%s", sstr); in do_print_sigalgs() 322 else if (sstr == NULL) in do_print_sigalgs()
|
/openssl/test/ |
H A D | hpke_test.c | 1210 char sstr[128]; in test_hpke_suite_strs() local 1217 BIO_snprintf(sstr, 128, "%s,%s,%s", kem_str_list[kemind], in test_hpke_suite_strs() 1219 if (TEST_true(OSSL_HPKE_str2suite(sstr, &stirred)) != 1) { in test_hpke_suite_strs()
|
Completed in 19 milliseconds