Searched refs:out_count (Results 1 – 8 of 8) sorted by relevance
| /onnv-gate/usr/src/common/openssl/crypto/des/ |
| H A D | qud_cksm.c | 77 long length, int out_count, DES_cblock *seed) in DES_quad_cksum() argument 89 if (out_count < 1) out_count=1; in DES_quad_cksum() 99 for (i=0; ((i<4)&&(i<out_count)); i++) in DES_quad_cksum()
|
| H A D | des_old.c | 213 long length,int out_count,_ossl_old_des_cblock *seed) in _ossl_old_des_quad_cksum() argument 216 out_count, seed); in _ossl_old_des_quad_cksum()
|
| H A D | des.h | 214 long length,int out_count,DES_cblock *seed);
|
| H A D | des_old.h | 385 long length,int out_count,_ossl_old_des_cblock *seed);
|
| /onnv-gate/usr/src/cmd/compress/ |
| H A D | compress.c | 983 count_long out_count = 0; in compress() local 1068 out_count++; in compress() 1095 out_count++; in compress() 1108 (count_long)in_count, (count_long)out_count, in compress()
|
| /onnv-gate/usr/src/uts/common/sys/crypto/ |
| H A D | impl.h | 1218 out_template, out_count, req) ( \ argument 1223 out_template, out_count, req) : CRYPTO_NOT_SUPPORTED) 1236 count, out_template, out_count, req) ( \ argument 1241 out_template, out_count, req) : CRYPTO_NOT_SUPPORTED)
|
| /onnv-gate/usr/src/uts/common/crypto/io/ |
| H A D | crypto.c | 5451 uint_t out_count; in nostore_generate_key() local 5509 out_count = STRUCT_FGET(generate_key, ngk_out_count); in nostore_generate_key() 5511 if (!copyin_attributes(mode, sp, out_count, out_attributes, in nostore_generate_key() 5520 NULL, 0, NULL, k_out_attrs, out_count, NULL, 0); in nostore_generate_key() 5526 out_count, k_out_attrs, u_attrs); in nostore_generate_key() 5542 kmem_free(u_attrs, out_count * STRUCT_SIZE(oa)); in nostore_generate_key() 6418 uint_t in_count, out_count; in nostore_derive_key() local 6476 out_count = STRUCT_FGET(derive_key, ndk_out_count); in nostore_derive_key() 6486 if (!copyin_attributes(mode, sp, out_count, out_attributes, in nostore_derive_key() 6495 NULL, 0, &base_key, k_out_attrs, out_count, NULL, 0); in nostore_derive_key() [all …]
|
| /onnv-gate/usr/src/common/openssl/doc/crypto/ |
| H A D | des.pod | 92 long length, int out_count, DES_cblock *seed); 238 input, depending on I<out_count>, 1, 2, 3 or 4 times. If I<output> is
|