Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dstack_test.c258 static SS *SS_copy(const SS *p) in SS_copy() function
299 r = sk_SS_deep_copy(NULL, &SS_copy, &SS_free); in test_SS_stack()
303 r = sk_SS_deep_copy(s, &SS_copy, &SS_free); in test_SS_stack()