/onnv-gate/usr/src/common/openssl/crypto/perlasm/ |
H A D | x86_64-xlate.pl | 95 sub out { subroutine 132 sub out { subroutine 162 sub out { subroutine 232 sub out { subroutine 252 sub out { subroutine 292 sub out { subroutine 381 sub out { subroutine
|
/onnv-gate/usr/src/uts/sun4v/sys/ |
H A D | machclock.h | 55 #define RD_STICK(out, scr1, scr2, label) \ argument 79 #define RD_CLOCK_TICK(out, scr1, scr2, label) \ argument 83 #define RD_STICK_NO_SUSPEND_CHECK(out, scr1) \ argument 91 #define RD_CLOCK_TICK_NO_SUSPEND_CHECK(out, scr1) \ argument 103 #define RD_TICK(out, scr1, scr2, label) \ argument 116 #define RD_TICK_NO_SUSPEND_CHECK(out, scr1) \ argument 128 #define RD_STICK_PHYSICAL(out) \ argument 136 #define RD_TICK_PHYSICAL(out) \ argument 151 #define RD_TICKSTICK_FLAG(out, scr1, use_stick) \ argument 167 #define RD_TICKCMPR(out, scr1, scr2, label) \ argument [all …]
|
/onnv-gate/usr/src/common/openssl/crypto/evp/ |
H A D | e_des.c | 74 static int des_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ecb_cipher() 82 static int des_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ofb_cipher() 89 static int des_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cbc_cipher() 97 static int des_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cfb64_cipher() 107 static int des_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cfb1_cipher() 123 static int des_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cfb8_cipher()
|
H A D | evp_enc.c | 224 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_CipherUpdate() 232 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_CipherFinal_ex() 239 int EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_CipherFinal() 270 int EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_EncryptUpdate() 328 int EVP_EncryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_EncryptFinal() 335 int EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_EncryptFinal_ex() 371 int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_DecryptUpdate() 419 int EVP_DecryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_DecryptFinal() 426 int EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_DecryptFinal_ex()
|
H A D | e_des3.c | 87 static int des_ede_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede_ecb_cipher() 99 static int des_ede_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede_ofb_cipher() 108 static int des_ede_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede_cbc_cipher() 128 static int des_ede_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede_cfb64_cipher() 139 static int des_ede3_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede3_cfb1_cipher() 157 static int des_ede3_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede3_cfb8_cipher()
|
/onnv-gate/usr/src/common/openssl/crypto/lhash/ |
H A D | lh_stats.c | 73 void lh_stats(LHASH *lh, FILE *out) in lh_stats() 99 void lh_node_stats(LHASH *lh, FILE *out) in lh_node_stats() 112 void lh_node_usage_stats(LHASH *lh, FILE *out) in lh_node_usage_stats() 180 void lh_stats_bio(const LHASH *lh, BIO *out) in lh_stats_bio() 208 void lh_node_stats_bio(const LHASH *lh, BIO *out) in lh_node_stats_bio() 221 void lh_node_usage_stats_bio(const LHASH *lh, BIO *out) in lh_node_usage_stats_bio()
|
/onnv-gate/usr/src/cmd/audio/utilities/ |
H A D | Resample.cc | 178 short *out) in decimate_noadjust() 215 short *out) in decimate() 234 decimate_flush(short *out) in decimate_flush() 249 short *out) in interpolate_noadjust() 294 interpolate_flush(short *out) in interpolate_flush() 310 short *out) in interpolate() 334 short *out) in filter_noadjust() 394 flush(short *out) // flush resampling filter in flush() 419 short *out) in filter()
|
/onnv-gate/usr/src/cmd/fps/fptest/ |
H A D | cbbcopy.c | 134 asi_bcopy_f0(uint32_t *out, uint32_t *in) in asi_bcopy_f0() 148 asi_bcopy_f16(uint32_t *out, uint32_t *in) in asi_bcopy_f16() 162 ax_bcopy(uint32_t *out, uint32_t *in) in ax_bcopy()
|
/onnv-gate/usr/src/common/openssl/crypto/asn1/ |
H A D | a_i2d_fp.c | 67 int ASN1_i2d_fp(i2d_of_void *i2d, FILE *out, void *x) in ASN1_i2d_fp() 84 int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, unsigned char *x) in ASN1_i2d_bio() 120 int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x) in ASN1_item_i2d_fp() 137 int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x) in ASN1_item_i2d_bio()
|
H A D | tasn_prn.c | 72 int ASN1_item_print(BIO *out, void *fld, int indent, const ASN1_ITEM *it) in ASN1_item_print() 77 static int asn1_item_print_nm(BIO *out, void *fld, int indent, const ASN1_ITEM *it, const char *nam… in asn1_item_print_nm() 134 int ASN1_template_print(BIO *out, void *fld, int indent, const ASN1_TEMPLATE *tt) in ASN1_template_print() 161 static int asn1_primitive_print(BIO *out, void *fld, long utype, int indent, const char *name) in asn1_primitive_print()
|
H A D | tasn_enc.c | 83 int ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out, in ASN1_item_ndef_i2d() 89 int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it) in ASN1_item_i2d() 103 static int asn1_item_flags_i2d(ASN1_VALUE *val, unsigned char **out, in asn1_item_flags_i2d() 130 int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out, in ASN1_item_ex_i2d() 264 int ASN1_template_i2d(ASN1_VALUE **pval, unsigned char **out, in ASN1_template_i2d() 270 static int asn1_template_ex_i2d(ASN1_VALUE **pval, unsigned char **out, in asn1_template_ex_i2d() 439 static int asn1_set_seq_out(STACK_OF(ASN1_VALUE) *sk, unsigned char **out, in asn1_set_seq_out() 504 static int asn1_i2d_ex_primitive(ASN1_VALUE **pval, unsigned char **out, in asn1_i2d_ex_primitive()
|
/onnv-gate/usr/src/common/crypto/aes/ |
H A D | aes_modes.c | 37 aes_copy_block(uint8_t *in, uint8_t *out) in aes_copy_block() 78 crypto_data_t *out) in aes_encrypt_contiguous_blocks() 113 crypto_data_t *out) in aes_decrypt_contiguous_blocks()
|
/onnv-gate/usr/src/common/crypto/fips/ |
H A D | fips_aes_util.c | 406 crypto_data_t out; in fips_aes_encrypt() local 433 crypto_data_t out; in fips_aes_encrypt() local 471 crypto_data_t out; in fips_aes_encrypt() local 518 crypto_data_t out; in fips_aes_encrypt() local 573 crypto_data_t out; in fips_aes_encrypt() local 675 crypto_data_t out; in fips_aes_decrypt() local 703 crypto_data_t out; in fips_aes_decrypt() local 741 crypto_data_t out; in fips_aes_decrypt() local 782 crypto_data_t out; in fips_aes_decrypt() local 822 crypto_data_t out; in fips_aes_decrypt() local
|
/onnv-gate/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_label.c | 67 store_prop_val(topo_mod_t *mod, char *buf, char *propname, nvlist_t **out) in store_prop_val() 113 nvlist_t *in, nvlist_t **out) in simple_dimm_label() 174 nvlist_t *in, nvlist_t **out) in simple_dimm_label_mp() 260 nvlist_t *in, nvlist_t **out) in seq_dimm_label() 338 nvlist_t *in, nvlist_t **out) in simple_chip_label() 395 nvlist_t *in, nvlist_t **out) in fsb2_chip_label() 446 nvlist_t *in, nvlist_t **out) in g4_chip_label() 589 nvlist_t *in, nvlist_t **out) in a4fplus_chip_label() 668 nvlist_t *in, nvlist_t **out) in simple_cs_label_mp() 715 nvlist_t *in, nvlist_t **out) in g4_dimm_label() [all …]
|
/onnv-gate/usr/src/common/openssl/crypto/aes/ |
H A D | aes_cfb.c | 124 void AES_cfb128_encrypt(const unsigned char *in, unsigned char *out, in AES_cfb128_encrypt() 161 void AES_cfbr_encrypt_block(const unsigned char *in,unsigned char *out, in AES_cfbr_encrypt_block() 194 void AES_cfb1_encrypt(const unsigned char *in, unsigned char *out, in AES_cfb1_encrypt() 213 void AES_cfb8_encrypt(const unsigned char *in, unsigned char *out, in AES_cfb8_encrypt()
|
/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_meth.c | 105 set_retnvl(topo_mod_t *mod, nvlist_t **out, const char *retname, uint32_t ret) in set_retnvl() 229 nvlist_t *in, nvlist_t **out) in cpu_retire() 248 nvlist_t *in, nvlist_t **out) in cpu_unretire() 267 nvlist_t *in, nvlist_t **out) in cpu_service_state() 292 nvlist_t *in, nvlist_t **out) in cpu_unusable() 335 nvlist_t *in, nvlist_t **out) in mem_asru_compute() 428 nvlist_t *in, nvlist_t **out) in dimm_page_service_state() 453 nvlist_t *in, nvlist_t **out) in dimm_page_unusable() 476 nvlist_t *in, nvlist_t **out) in dimm_page_retire() 501 nvlist_t *in, nvlist_t **out) in dimm_page_unretire()
|
/onnv-gate/usr/src/common/openssl/crypto/ecdh/ |
H A D | ech_key.c | 75 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, in ECDH_compute_key()
|
/onnv-gate/usr/src/uts/sun4/sys/ |
H A D | clock.h | 244 #define NATIVE_TIME_TO_NSEC_SCALE(out, scr1, scr2, shift) \ argument 261 #define NATIVE_TIME_TO_NSEC(out, scr1, scr2) \ argument 266 #define NATIVE_TIME_MAX(out) \ argument
|
/onnv-gate/usr/src/lib/libsqlite/src/ |
H A D | encode.c | 126 int sqlite_encode_binary(const unsigned char *in, int n, unsigned char *out){ in sqlite_encode_binary() 178 int sqlite_decode_binary(const unsigned char *in, unsigned char *out){ in sqlite_decode_binary() 202 unsigned char out[33000]; in main() local
|
/onnv-gate/usr/src/cmd/refer/ |
H A D | glue3.c | 31 corout(char *in, char *out, char *rprog, char *arg, int outlen) in corout() 75 callhunt(char *in, char *out, char *arg, int outlen) in callhunt() 103 dodeliv(char *in, char *out, char *arg, int outlen) in dodeliv()
|
/onnv-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | dev.c | 201 nvlist_t *nvl, nvlist_t **out) in dev_fmri_nvl2str() 234 nvlist_t *in, nvlist_t **out) in dev_fmri_str2nvl() 375 nvlist_t *in, nvlist_t **out) in dev_fmri_present() 455 nvlist_t *in, nvlist_t **out) in dev_fmri_replaced() 535 nvlist_t *in, nvlist_t **out) in dev_fmri_unusable() 582 nvlist_t *in, nvlist_t **out) in dev_fmri_service_state() 632 nvlist_t *out = NULL; in dev_fmri_create() local 658 nvlist_t *in, nvlist_t **out) in dev_fmri_create_meth()
|
/onnv-gate/usr/src/common/smbsrv/ |
H A D | smb_netbios_util.c | 157 unsigned char *out, int max_out) in netbios_first_level_name_encode() 225 char *out; in netbios_first_level_name_decode() local 307 netbios_name_isvalid(char *in, char *out) in netbios_name_isvalid()
|
/onnv-gate/usr/src/common/openssl/crypto/ecdsa/ |
H A D | ecdsatest.c | 182 int x9_62_test_internal(BIO *out, int nid, const char *r_in, const char *s_in) in x9_62_test_internal() 246 int x9_62_tests(BIO *out) in x9_62_tests() 284 int test_builtin(BIO *out) in test_builtin() 457 BIO *out; in main() local
|
/onnv-gate/usr/src/psm/stand/boot/sparc/common/ |
H A D | wbcli.c | 256 clcid(cli_ent_t *cliptr, char *valstr, boolean_t out) in clcid() 324 clkey(cli_ent_t *cliptr, char *valstr, boolean_t out) in clkey() 360 clip(cli_ent_t *cliptr, char *valstr, boolean_t out) in clip() 383 clstr(cli_ent_t *cliptr, char *valstr, boolean_t out) in clstr() 407 clurl(cli_ent_t *cliptr, char *valstr, boolean_t out) in clurl() 433 clhp(cli_ent_t *cliptr, char *valstr, boolean_t out) in clhp() 460 clgo(cli_ent_t *cliptr, char *valstr, boolean_t out) in clgo() 470 clexit(cli_ent_t *cliptr, char *valstr, boolean_t out) in clexit() 482 clhelp(cli_ent_t *cliptr, char *valstr, boolean_t out) in clhelp() 500 cllist(cli_ent_t *cliptr, char *valstr, boolean_t out) in cllist() [all …]
|
/onnv-gate/usr/src/lib/fm/topo/modules/common/ipmi/ |
H A D | ipmi_methods.c | 64 nvlist_t **out) in store_prop_val() 128 nvlist_t *in, nvlist_t **out) in ipmi_fru_label() 176 nvlist_t *in, nvlist_t **out) in ipmi_fru_fmri()
|