Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/audio/audioconvert/
H A Dmain.cc80 int israw = 0; // once we've seen -i, it's raw data in main() local
123 israw++; in main()
174 israw++; in main()
218 israw++; in main()
243 open_input_file(infile, ihdr, israw, fflag, i_offset, fmt); in main()
H A Dfile.cc78 int israw, int fflag, off_t offset, in open_input_file() argument
91 fmt = (israw ? F_RAW : F_SUN); in open_input_file()
107 if (israw) { in open_input_file()
126 if (israw) { in open_input_file()
/titanic_50/usr/src/lib/libkmf/libkmf/common/
H A Dkeyop.c137 if (key->israw && key->keyp != NULL) { in kmf_delete_key_from_keystore()
H A Dgeneralop.c1313 if (key->israw) { in kmf_free_kmf_key()
/titanic_50/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c1567 privkey->israw = FALSE; in OpenSSL_CreateKeypair()
1574 pubkey->israw = FALSE; in OpenSSL_CreateKeypair()
1614 privkey->israw = FALSE; in OpenSSL_CreateKeypair()
1663 pubkey->israw = FALSE; in OpenSSL_CreateKeypair()
2833 key->israw = FALSE; in fetch_key()
2880 key->israw = TRUE; in fetch_key()
3233 if (key == NULL || !key->israw) in raw_key_to_pkey()
3302 if (keylist[i].israw) in find_matching_key()
3427 if (keylist[i].israw) in local_export_pk12()
4715 symkey->israw = TRUE; in OpenSSL_CreateSymKey()
[all …]
/titanic_50/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c1984 if (!key->israw && destroy) in KMFPK11_DeleteKey()
2256 key->israw = FALSE; in KMFPK11_FindPrikeyByCert()
2302 key->israw = TRUE; in KMFPK11_FindPrikeyByCert()
3057 keys[n].israw = FALSE; in KMFPK11_FindKey()
3136 keys[i].israw = TRUE; in KMFPK11_FindKey()
3682 symkey->israw = FALSE; in KMFPK11_CreateSymKey()
3711 if (symkey->israw) { in KMFPK11_GetSymKeyValue()
/titanic_50/usr/src/lib/libkmf/include/
H A Dkmftypes.h227 boolean_t israw; member
/titanic_50/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c2010 symkey->israw = FALSE; in NSS_CreateSymKey()
2042 if (symkey->israw) { in NSS_GetSymKeyValue()