Home
last modified time | relevance | path

Searched defs:out (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/openssl-master/crypto/perlasm/
A Dx86_64-xlate.pl193 sub out { subroutine
249 sub out { subroutine
305 sub out { subroutine
414 sub out { subroutine
439 sub out { subroutine
509 sub out { subroutine
764 sub out { subroutine
985 sub out { subroutine
/openssl-master/providers/implementations/ciphers/
A Dciphercommon_hw.c16 int ossl_cipher_hw_generic_cbc(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_cbc()
29 int ossl_cipher_hw_generic_ecb(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_ecb()
48 int ossl_cipher_hw_generic_ofb128(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_ofb128()
59 int ossl_cipher_hw_generic_cfb128(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_cfb128()
71 int ossl_cipher_hw_generic_cfb8(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_cfb8()
83 int ossl_cipher_hw_generic_cfb1(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_cfb1()
111 int ossl_cipher_hw_generic_ctr(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_ctr()
132 int ossl_cipher_hw_chunked_cbc(PROV_CIPHER_CTX *ctx, unsigned char *out, in ossl_cipher_hw_chunked_cbc()
146 int ossl_cipher_hw_chunked_cfb8(PROV_CIPHER_CTX *ctx, unsigned char *out, in ossl_cipher_hw_chunked_cfb8()
164 int ossl_cipher_hw_chunked_cfb128(PROV_CIPHER_CTX *ctx, unsigned char *out, in ossl_cipher_hw_chunked_cfb128()
[all …]
A Dcipher_cts.c102 unsigned char *out, size_t len) in cts128_cs1_encrypt()
127 size_t len, unsigned char *out) in do_xor()
136 unsigned char *out, size_t len) in cts128_cs1_decrypt()
198 unsigned char *out, size_t len) in cts128_cs3_encrypt()
238 unsigned char *out, size_t len) in cts128_cs3_decrypt()
304 unsigned char *out, size_t len) in cts128_cs2_encrypt()
317 unsigned char *out, size_t len) in cts128_cs2_decrypt()
329 int ossl_cipher_cbc_cts_block_update(void *vctx, unsigned char *out, size_t *outl, in ossl_cipher_cbc_cts_block_update()
374 int ossl_cipher_cbc_cts_block_final(void *vctx, unsigned char *out, size_t *outl, in ossl_cipher_cbc_cts_block_final()
A Dcipher_des_hw.c51 static int cipher_hw_des_ecb_cipher(PROV_CIPHER_CTX *ctx, unsigned char *out, in cipher_hw_des_ecb_cipher()
65 static int cipher_hw_des_cbc_cipher(PROV_CIPHER_CTX *ctx, unsigned char *out, in cipher_hw_des_cbc_cipher()
89 static int cipher_hw_des_ofb64_cipher(PROV_CIPHER_CTX *ctx, unsigned char *out, in cipher_hw_des_ofb64_cipher()
108 static int cipher_hw_des_cfb64_cipher(PROV_CIPHER_CTX *ctx, unsigned char *out, in cipher_hw_des_cfb64_cipher()
134 static int cipher_hw_des_cfb1_cipher(PROV_CIPHER_CTX *ctx, unsigned char *out, in cipher_hw_des_cfb1_cipher()
162 static int cipher_hw_des_cfb8_cipher(PROV_CIPHER_CTX *ctx, unsigned char *out, in cipher_hw_des_cfb8_cipher()
A Dcipher_tdes_wrap.c35 static int des_ede3_unwrap(PROV_CIPHER_CTX *ctx, unsigned char *out, in des_ede3_unwrap()
81 static int des_ede3_wrap(PROV_CIPHER_CTX *ctx, unsigned char *out, in des_ede3_wrap()
111 static int tdes_wrap_cipher_internal(PROV_CIPHER_CTX *ctx, unsigned char *out, in tdes_wrap_cipher_internal()
128 unsigned char *out, size_t *outl, size_t outsize, in tdes_wrap_cipher()
151 static int tdes_wrap_update(void *vctx, unsigned char *out, size_t *outl, in tdes_wrap_update()
A Dcipher_tdes_default_hw.c48 static int ossl_cipher_hw_tdes_ofb(PROV_CIPHER_CTX *ctx, unsigned char *out, in ossl_cipher_hw_tdes_ofb()
69 static int ossl_cipher_hw_tdes_cfb(PROV_CIPHER_CTX *ctx, unsigned char *out, in ossl_cipher_hw_tdes_cfb()
97 static int ossl_cipher_hw_tdes_cfb1(PROV_CIPHER_CTX *ctx, unsigned char *out, in ossl_cipher_hw_tdes_cfb1()
118 static int ossl_cipher_hw_tdes_cfb8(PROV_CIPHER_CTX *ctx, unsigned char *out, in ossl_cipher_hw_tdes_cfb8()
/openssl-master/crypto/ec/
A Decp_nistputil.c53 ossl_ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array, in ossl_ec_GFp_nistp_points_make_affine_internal()
A Decp_nistp256.c129 static void bin32_to_felem(felem out, const u8 in[32]) in bin32_to_felem()
150 static int BN_to_felem(felem out, const BIGNUM *bn) in BN_to_felem()
181 static void smallfelem_one(smallfelem out) in smallfelem_one()
197 static void felem_assign(felem out, const felem in) in felem_assign()
206 static void felem_sum(felem out, const felem in) in felem_sum()
224 static void felem_scalar(felem out, const u64 scalar) in felem_scalar()
274 static void felem_diff(felem out, const felem in) in felem_diff()
378 static void felem_shrink(smallfelem out, const felem in) in felem_shrink()
564 static void felem_square(longfelem out, const felem in) in felem_square()
778 static void felem_reduce(felem out, const longfelem in) in felem_reduce()
[all …]
A Decp_nistp521.c143 static void bin66_to_felem(felem out, const u8 in[66]) in bin66_to_felem()
175 static int BN_to_felem(felem out, const BIGNUM *bn) in BN_to_felem()
194 static BIGNUM *felem_to_BN(BIGNUM *out, const felem in) in felem_to_BN()
206 static void felem_one(felem out) in felem_one()
219 static void felem_assign(felem out, const felem in) in felem_assign()
233 static void felem_sum64(felem out, const felem in) in felem_sum64()
261 static void felem_scalar64(felem out, limb scalar) in felem_scalar64()
295 static void felem_neg(felem out, const felem in) in felem_neg()
319 static void felem_diff64(felem out, const felem in) in felem_diff64()
751 static void felem_inv(felem out, const felem in) in felem_inv()
[all …]
A Decp_nistp224.c311 static void bin28_to_felem(felem out, const u8 in[28]) in bin28_to_felem()
331 static int BN_to_felem(felem out, const BIGNUM *bn) in BN_to_felem()
350 static BIGNUM *felem_to_BN(BIGNUM *out, const felem in) in felem_to_BN()
368 static void felem_one(felem out) in felem_one()
376 static void felem_assign(felem out, const felem in) in felem_assign()
385 static void felem_sum(felem out, const felem in) in felem_sum()
395 static void felem_diff(felem out, const felem in) in felem_diff()
469 static void felem_scalar(felem out, const limb scalar) in felem_scalar()
609 static void felem_contract(felem out, const felem in) in felem_contract()
666 static void felem_neg(felem out, const felem in) in felem_neg()
[all …]
/openssl-master/crypto/ct/
A Dct_prn.c19 static void SCT_signature_algorithms_print(const SCT *sct, BIO *out) in SCT_signature_algorithms_print()
29 static void timestamp_print(uint64_t timestamp, BIO *out) in timestamp_print()
70 void SCT_print(const SCT *sct, BIO *out, int indent, in SCT_print()
114 void SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent, in SCT_LIST_print()
/openssl-master/crypto/evp/
A De_sm4.c33 static void sm4_cbc_encrypt(const unsigned char *in, unsigned char *out, in sm4_cbc_encrypt()
45 static void sm4_cfb128_encrypt(const unsigned char *in, unsigned char *out, in sm4_cfb128_encrypt()
53 static void sm4_ecb_encrypt(const unsigned char *in, unsigned char *out, in sm4_ecb_encrypt()
62 static void sm4_ofb128_encrypt(const unsigned char *in, unsigned char *out, in sm4_ofb128_encrypt()
74 static int sm4_ctr_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in sm4_ctr_cipher()
A De_des3.c69 static int des_ede_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede_ecb_cipher()
80 static int des_ede_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede_ofb_cipher()
107 static int des_ede_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede_cbc_cipher()
135 static int des_ede_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede_cfb64_cipher()
164 static int des_ede3_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede3_cfb1_cipher()
185 static int des_ede3_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede3_cfb8_cipher()
317 static int des_ede3_unwrap(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede3_unwrap()
361 static int des_ede3_wrap(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede3_wrap()
386 static int des_ede3_wrap_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede3_wrap_cipher()
A De_des.c60 static int des_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ecb_cipher()
70 static int des_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ofb_cipher()
93 static int des_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cbc_cipher()
119 static int des_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cfb64_cipher()
148 static int des_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cfb1_cipher()
177 static int des_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cfb8_cipher()
/openssl-master/crypto/ec/curve448/
A Dscalar.c48 static void sc_subx(curve448_scalar_t out, in sc_subx()
72 static void sc_montmul(curve448_scalar_t out, const curve448_scalar_t a, in sc_montmul()
109 void ossl_curve448_scalar_mul(curve448_scalar_t out, const curve448_scalar_t a, in ossl_curve448_scalar_mul()
117 ossl_curve448_scalar_sub(curve448_scalar_t out, const curve448_scalar_t a, in ossl_curve448_scalar_sub()
124 ossl_curve448_scalar_add(curve448_scalar_t out, const curve448_scalar_t a, in ossl_curve448_scalar_add()
145 c448_word_t out = 0; in scalar_decode_short() local
226 ossl_curve448_scalar_halve(curve448_scalar_t out, const curve448_scalar_t a) in ossl_curve448_scalar_halve()
/openssl-master/crypto/asn1/
A Da_i2d_fp.c18 int ASN1_i2d_fp(i2d_of_void *i2d, FILE *out, const void *x) in ASN1_i2d_fp()
34 int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, const void *x) in ASN1_i2d_bio()
71 int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, const void *x) in ASN1_item_i2d_fp()
87 int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, const void *x) in ASN1_item_i2d_bio()
A Dtasn_prn.c121 int ASN1_item_print(BIO *out, const ASN1_VALUE *ifld, int indent, in ASN1_item_print()
134 static int asn1_item_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, in asn1_item_print_ctx()
264 static int asn1_template_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, in asn1_template_print_ctx()
331 static int asn1_print_fsname(BIO *out, int indent, in asn1_print_fsname()
369 static int asn1_print_boolean(BIO *out, int boolval) in asn1_print_boolean()
393 static int asn1_print_integer(BIO *out, const ASN1_INTEGER *str) in asn1_print_integer()
406 static int asn1_print_oid(BIO *out, const ASN1_OBJECT *oid) in asn1_print_oid()
419 static int asn1_print_obstring(BIO *out, const ASN1_STRING *str, int indent) in asn1_print_obstring()
433 static int asn1_primitive_print(BIO *out, const ASN1_VALUE **fld, in asn1_primitive_print()
/openssl-master/providers/implementations/encode_decode/
A Dencode_key2text.c130 static int print_labeled_buf(BIO *out, const char *label, in print_labeled_buf()
158 static int ffc_params_to_text(BIO *out, const FFC_PARAMS *ffc) in ffc_params_to_text()
213 static int dh_to_text(BIO *out, const void *key, int selection) in dh_to_text()
283 static int dsa_to_text(BIO *out, const void *key, int selection) in dsa_to_text()
419 static int ec_param_explicit_to_text(BIO *out, const EC_GROUP *group, in ec_param_explicit_to_text()
460 static int ec_param_to_text(BIO *out, const EC_GROUP *group, in ec_param_to_text()
482 static int ec_to_text(BIO *out, const void *key, int selection) in ec_to_text()
559 static int ecx_to_text(BIO *out, const void *key, int selection) in ecx_to_text()
632 static int rsa_to_text(BIO *out, const void *key, int selection) in rsa_to_text()
800 int (*key2text)(BIO *out, const void *key, in key2text_encode()
[all …]
/openssl-master/crypto/modes/
A Dcts128.c28 unsigned char *out, size_t len, in CRYPTO_cts128_encrypt_block()
57 unsigned char *out, size_t len, in CRYPTO_nistcts128_encrypt_block()
87 size_t CRYPTO_cts128_encrypt(const unsigned char *in, unsigned char *out, in CRYPTO_cts128_encrypt()
123 size_t CRYPTO_nistcts128_encrypt(const unsigned char *in, unsigned char *out, in CRYPTO_nistcts128_encrypt()
159 unsigned char *out, size_t len, in CRYPTO_cts128_decrypt_block()
201 unsigned char *out, size_t len, in CRYPTO_nistcts128_decrypt_block()
248 size_t CRYPTO_cts128_decrypt(const unsigned char *in, unsigned char *out, in CRYPTO_cts128_decrypt()
288 size_t CRYPTO_nistcts128_decrypt(const unsigned char *in, unsigned char *out, in CRYPTO_nistcts128_decrypt()
/openssl-master/test/
A Dpkey_meth_kdf_test.c23 unsigned char out[16]; in test_kdf_tls1_prf() local
72 unsigned char out[10]; in test_kdf_hkdf() local
126 unsigned char out[64]; in test_kdf_scrypt() local
/openssl-master/crypto/aes/
A Daes_cfb.c25 void AES_cfb128_encrypt(const unsigned char *in, unsigned char *out, in AES_cfb128_encrypt()
35 void AES_cfb1_encrypt(const unsigned char *in, unsigned char *out, in AES_cfb1_encrypt()
43 void AES_cfb8_encrypt(const unsigned char *in, unsigned char *out, in AES_cfb8_encrypt()
A Daes_wrap.c21 unsigned char *out, in AES_wrap_key()
28 unsigned char *out, in AES_unwrap_key()
/openssl-master/crypto/camellia/
A Dcmll_cfb.c25 void Camellia_cfb128_encrypt(const unsigned char *in, unsigned char *out, in Camellia_cfb128_encrypt()
35 void Camellia_cfb1_encrypt(const unsigned char *in, unsigned char *out, in Camellia_cfb1_encrypt()
43 void Camellia_cfb8_encrypt(const unsigned char *in, unsigned char *out, in Camellia_cfb8_encrypt()
A Dcmll_misc.c31 void Camellia_encrypt(const unsigned char *in, unsigned char *out, in Camellia_encrypt()
37 void Camellia_decrypt(const unsigned char *in, unsigned char *out, in Camellia_decrypt()
/openssl-master/crypto/lhash/
A Dlh_stats.c62 void OPENSSL_LH_stats_bio(const OPENSSL_LHASH *lh, BIO *out) in OPENSSL_LH_stats_bio()
82 void OPENSSL_LH_node_stats_bio(const OPENSSL_LHASH *lh, BIO *out) in OPENSSL_LH_node_stats_bio()
94 void OPENSSL_LH_node_usage_stats_bio(const OPENSSL_LHASH *lh, BIO *out) in OPENSSL_LH_node_usage_stats_bio()

Completed in 52 milliseconds

12345678910>>...17