/openssl/crypto/perlasm/ |
H A D | x86_64-xlate.pl | 257 sub out { subroutine 313 sub out { subroutine 369 sub out { subroutine 478 sub out { subroutine 503 sub out { subroutine 573 sub out { subroutine 828 sub out { subroutine 1172 sub out { subroutine
|
/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_hw.c | 16 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 …]
|
H A D | cipher_cts.c | 100 unsigned char *out, size_t len) in cts128_cs1_encrypt() 125 size_t len, unsigned char *out) in do_xor() 134 unsigned char *out, size_t len) in cts128_cs1_decrypt() 196 unsigned char *out, size_t len) in cts128_cs3_encrypt() 236 unsigned char *out, size_t len) in cts128_cs3_decrypt() 302 unsigned char *out, size_t len) in cts128_cs2_encrypt() 315 unsigned char *out, size_t len) in cts128_cs2_decrypt() 327 int ossl_cipher_cbc_cts_block_update(void *vctx, unsigned char *out, size_t *outl, in ossl_cipher_cbc_cts_block_update() 372 int ossl_cipher_cbc_cts_block_final(void *vctx, unsigned char *out, size_t *outl, in ossl_cipher_cbc_cts_block_final()
|
H A D | cipher_des_hw.c | 51 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() 163 static int cipher_hw_des_cfb8_cipher(PROV_CIPHER_CTX *ctx, unsigned char *out, in cipher_hw_des_cfb8_cipher()
|
H A D | cipher_tdes_wrap.c | 34 static int des_ede3_unwrap(PROV_CIPHER_CTX *ctx, unsigned char *out, in des_ede3_unwrap() 80 static int des_ede3_wrap(PROV_CIPHER_CTX *ctx, unsigned char *out, in des_ede3_wrap() 110 static int tdes_wrap_cipher_internal(PROV_CIPHER_CTX *ctx, unsigned char *out, in tdes_wrap_cipher_internal() 127 unsigned char *out, size_t *outl, size_t outsize, in tdes_wrap_cipher() 150 static int tdes_wrap_update(void *vctx, unsigned char *out, size_t *outl, in tdes_wrap_update()
|
H A D | cipher_tdes_default_hw.c | 48 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() 119 static int ossl_cipher_hw_tdes_cfb8(PROV_CIPHER_CTX *ctx, unsigned char *out, in ossl_cipher_hw_tdes_cfb8()
|
/openssl/crypto/ec/ |
H A D | ecp_nistputil.c | 53 ossl_ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array, in ossl_ec_GFp_nistp_points_make_affine_internal()
|
H A D | ecp_nistp256.c | 130 static void bin32_to_felem(felem out, const u8 in[32]) in bin32_to_felem() 151 static int BN_to_felem(felem out, const BIGNUM *bn) in BN_to_felem() 182 static void smallfelem_one(smallfelem out) in smallfelem_one() 198 static void felem_assign(felem out, const felem in) in felem_assign() 207 static void felem_sum(felem out, const felem in) in felem_sum() 225 static void felem_scalar(felem out, const u64 scalar) in felem_scalar() 275 static void felem_diff(felem out, const felem in) in felem_diff() 380 static void felem_shrink(smallfelem out, const felem in) in felem_shrink() 566 static void felem_square(longfelem out, const felem in) in felem_square() 780 static void felem_reduce(felem out, const longfelem in) in felem_reduce() [all …]
|
H A D | ecp_nistp521.c | 143 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 …]
|
H A D | ecp_nistp384.c | 116 static void bin48_to_felem(felem out, const u8 in[48]) in bin48_to_felem() 141 static int BN_to_felem(felem out, const BIGNUM *bn) in BN_to_felem() 160 static BIGNUM *felem_to_BN(BIGNUM *out, const felem in) in felem_to_BN() 173 static void felem_one(felem out) in felem_one() 179 static void felem_assign(felem out, const felem in) in felem_assign() 185 static void felem_sum64(felem out, const felem in) in felem_sum64() 203 static void felem_scalar64(felem out, limb scalar) in felem_scalar64() 212 static void felem_scalar128(widefelem out, limb scalar) in felem_scalar128() 227 static void felem_neg(felem out, const felem in) in felem_neg() 262 static void felem_diff64(felem out, const felem in) in felem_diff64() [all …]
|
/openssl/crypto/ct/ |
H A D | ct_prn.c | 19 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/crypto/x509/ |
H A D | v3_ac_tgt.c | 103 BIO *out, int indent) in i2r_OBJECT_DIGEST_INFO() 161 BIO *out, int indent) in i2r_TARGET_CERT() 183 BIO *out, int indent) in i2r_TARGET() 206 BIO *out, int indent) in i2r_TARGETS() 221 BIO *out, int indent) in i2r_TARGETING_INFORMATION()
|
H A D | x_attrib.c | 61 static int print_hex(BIO *out, unsigned char *buf, int len) in print_hex() 78 static int print_oid(BIO *out, const ASN1_OBJECT *oid) { in print_oid() 92 int ossl_print_attribute_value(BIO *out, in ossl_print_attribute_value()
|
/openssl/test/ |
H A D | evp_xof_test.c | 182 unsigned char out[sizeof(shake256_output)]; in shake_kat_test() local 207 unsigned char out[sizeof(shake256_output)]; in shake_kat_digestfinal_test() local 250 unsigned char out[sizeof(shake256_output)]; in shake_kat_digestfinal_xoflen_test() local 289 unsigned char out[sizeof(shake256_largemsg_output)]; in shake_absorb_test() local 376 unsigned char *out = NULL; in do_shake_squeeze_test() local 420 unsigned char out[2000]; in shake_squeeze_large_test() local 446 unsigned char *out = NULL; in do_shake_squeeze_dup_test() local 487 unsigned char out[1000]; in shake_squeeze_dup_test() local 508 unsigned char out[1000]; in shake_squeeze_no_absorb_test() local
|
H A D | pkey_meth_kdf_test.c | 23 unsigned char out[16]; in test_kdf_tls1_prf() local 85 unsigned char out[10]; in test_kdf_hkdf() local 152 unsigned char out[64]; in test_kdf_scrypt() local
|
/openssl/crypto/ec/curve448/ |
H A D | scalar.c | 48 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/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 134 static int print_labeled_buf(BIO *out, const char *label, in print_labeled_buf() 162 static int ffc_params_to_text(BIO *out, const FFC_PARAMS *ffc) in ffc_params_to_text() 217 static int dh_to_text(BIO *out, const void *key, int selection) in dh_to_text() 293 static int dsa_to_text(BIO *out, const void *key, int selection) in dsa_to_text() 429 static int ec_param_explicit_to_text(BIO *out, const EC_GROUP *group, in ec_param_explicit_to_text() 470 static int ec_param_to_text(BIO *out, const EC_GROUP *group, in ec_param_to_text() 492 static int ec_to_text(BIO *out, const void *key, int selection) in ec_to_text() 571 static int ecx_to_text(BIO *out, const void *key, int selection) in ecx_to_text() 631 static int rsa_to_text(BIO *out, const void *key, int selection) in rsa_to_text() 799 int (*key2text)(BIO *out, const void *key, in key2text_encode() [all …]
|
/openssl/crypto/asn1/ |
H A D | a_i2d_fp.c | 18 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() 69 int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, const void *x) in ASN1_item_i2d_fp() 85 int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, const void *x) in ASN1_item_i2d_bio()
|
H A D | tasn_prn.c | 119 int ASN1_item_print(BIO *out, const ASN1_VALUE *ifld, int indent, in ASN1_item_print() 132 static int asn1_item_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, in asn1_item_print_ctx() 262 static int asn1_template_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, in asn1_template_print_ctx() 329 static int asn1_print_fsname(BIO *out, int indent, in asn1_print_fsname() 367 static int asn1_print_boolean(BIO *out, int boolval) in asn1_print_boolean() 391 static int asn1_print_integer(BIO *out, const ASN1_INTEGER *str) in asn1_print_integer() 404 static int asn1_print_oid(BIO *out, const ASN1_OBJECT *oid) in asn1_print_oid() 417 static int asn1_print_obstring(BIO *out, const ASN1_STRING *str, int indent) in asn1_print_obstring() 431 static int asn1_primitive_print(BIO *out, const ASN1_VALUE **fld, in asn1_primitive_print()
|
/openssl/crypto/modes/ |
H A D | cts128.c | 28 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/crypto/evp/ |
H A D | e_des3.c | 69 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() 186 static int des_ede3_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede3_cfb8_cipher() 319 static int des_ede3_unwrap(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede3_unwrap() 363 static int des_ede3_wrap(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede3_wrap() 388 static int des_ede3_wrap_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ede3_wrap_cipher()
|
H A D | e_des.c | 60 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() 178 static int des_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cfb8_cipher()
|
/openssl/crypto/aes/ |
H A D | aes_cfb.c | 25 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()
|
/openssl/crypto/camellia/ |
H A D | cmll_cfb.c | 25 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()
|
/openssl/crypto/ |
H A D | deterministic_nonce.c | 28 static int bits2int(BIGNUM *out, int qlen_bits, in bits2int() 55 static int bits2int_consttime(BIGNUM *out, int qlen_bits, in bits2int_consttime() 83 static int int2octets(unsigned char *out, const BIGNUM *num, int rlen) in int2octets() 99 static int bits2octets(unsigned char *out, const BIGNUM *q, int qlen_bits, in bits2octets() 181 int ossl_gen_deterministic_nonce_rfc6979(BIGNUM *out, const BIGNUM *q, in ossl_gen_deterministic_nonce_rfc6979()
|