Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dmain.cc77 int israw = 0; // once we've seen -i, it's raw data in main() local
120 israw++; in main()
171 israw++; in main()
215 israw++; in main()
240 open_input_file(infile, ihdr, israw, fflag, i_offset, fmt); in main()
H A Dfile.cc76 int israw, int fflag, off_t offset, in open_input_file() argument
89 fmt = (israw ? F_RAW : F_SUN); in open_input_file()
105 if (israw) { in open_input_file()
124 if (israw) { in open_input_file()
/illumos-gate/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()
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c1562 privkey->israw = FALSE; in OpenSSL_CreateKeypair()
1569 pubkey->israw = FALSE; in OpenSSL_CreateKeypair()
1609 privkey->israw = FALSE; in OpenSSL_CreateKeypair()
1621 pubkey->israw = FALSE; in OpenSSL_CreateKeypair()
2872 key->israw = FALSE; in fetch_key()
2919 key->israw = TRUE; in fetch_key()
3298 if (key == NULL || !key->israw) in raw_key_to_pkey()
3367 if (keylist[i].israw) in find_matching_key()
3490 if (keylist[i].israw) in local_export_pk12()
4734 symkey->israw = TRUE; in OpenSSL_CreateSymKey()
[all …]
/illumos-gate/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()
3683 symkey->israw = FALSE; in KMFPK11_CreateSymKey()
3712 if (symkey->israw) { in KMFPK11_GetSymKeyValue()
/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmftypes.h227 boolean_t israw; member
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c2011 symkey->israw = FALSE; in NSS_CreateSymKey()
2043 if (symkey->israw) { in NSS_GetSymKeyValue()