Home
last modified time | relevance | path

Searched refs:sl2 (Results 1 – 2 of 2) sorted by relevance

/src/lib/libc/tests/nss/
H A Dgethostby_test.c549 StringList *sl1, *sl2; in hostent_read_snapshot_func() local
559 sl1 = sl2 = NULL; in hostent_read_snapshot_func()
606 if (sl2 == NULL) { in hostent_read_snapshot_func()
610 sl2 = sl_init(); in hostent_read_snapshot_func()
611 ATF_REQUIRE(sl2 != NULL); in hostent_read_snapshot_func()
619 sl_add(sl2, ts); in hostent_read_snapshot_func()
628 sl_add(sl2, ts); in hostent_read_snapshot_func()
646 if (sl2 != NULL) { in hostent_read_snapshot_func()
647 sl_add(sl2, NULL); in hostent_read_snapshot_func()
648 ht->h_addr_list = sl2->sl_str; in hostent_read_snapshot_func()
[all …]
/src/crypto/openssl/crypto/aria/
H A Daria.c929 static void sl2(ARIA_c128 o, const ARIA_u128 *x, const ARIA_u128 *y) in sl2() function
988 sl2(y.c, d, rk); in FE()
1008 sl2(o, &p, &keys[rounds - 1]); in do_encrypt()