Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c165 static int test_for_file(char *, mode_t);
4656 if (test_for_file(fullpath, 0400) == 1) { in OpenSSL_CreateSymKey()
4855 test_for_file(char *filename, mode_t mode) in test_for_file() function
4923 if (test_for_file(fullpath, 0400) == 1) { in OpenSSL_StoreKey()