| /third_party/openssl/crypto/evp/ |
| H A D | bio_md.c | 73 static int md_read(BIO *b, char *out, int outl) in md_read() argument
|
| H A D | e_rc4_hmac_md5.c | 76 static int rc4_hmac_md5_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in rc4_hmac_md5_cipher() argument [all...] |
| H A D | cmeth_lib.c | 106 EVP_CIPHER_meth_set_do_cipher(EVP_CIPHER *cipher, int (*do_cipher) (EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)) EVP_CIPHER_meth_set_do_cipher() argument
|
| H A D | e_camellia.c | 220 static int camellia_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in camellia_cbc_cipher() argument 236 camellia_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) camellia_ecb_cipher() argument 252 camellia_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) camellia_ofb_cipher() argument 263 camellia_cfb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) camellia_cfb_cipher() argument 275 camellia_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) camellia_cfb8_cipher() argument 287 camellia_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) camellia_cfb1_cipher() argument 324 camellia_ctr_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) camellia_ctr_cipher() argument [all...] |
| H A D | e_des.c | 60 static int des_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ecb_cipher() argument 70 static int des_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ofb_cipher() argument 93 static int des_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cbc_cipher() argument 119 des_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) des_cfb64_cipher() argument 148 des_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) des_cfb1_cipher() argument 177 des_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) des_cfb8_cipher() argument [all...] |
| H A D | p5_crpt2.c | 22 ossl_pkcs5_pbkdf2_hmac_ex(const char *pass, int passlen, const unsigned char *salt, int saltlen, int iter, const EVP_MD *digest, int keylen, unsigned char *out, OSSL_LIB_CTX *libctx, const char *propq) ossl_pkcs5_pbkdf2_hmac_ex() argument 83 PKCS5_PBKDF2_HMAC(const char *pass, int passlen, const unsigned char *salt, int saltlen, int iter, const EVP_MD *digest, int keylen, unsigned char *out) PKCS5_PBKDF2_HMAC() argument 92 PKCS5_PBKDF2_HMAC_SHA1(const char *pass, int passlen, const unsigned char *salt, int saltlen, int iter, int keylen, unsigned char *out) PKCS5_PBKDF2_HMAC_SHA1() argument
|
| /third_party/openssl/crypto/ |
| H A D | ppccap.c | 65 size_t OPENSSL_instrument_bus(unsigned int *out, size_t cnt) in OPENSSL_instrument_bus() argument 78 size_t OPENSSL_instrument_bus2(unsigned int *out, size_t cnt, size_t max) in OPENSSL_instrument_bus2() argument
|
| H A D | provider_child.c | 57 ossl_child_provider_init(const OSSL_CORE_HANDLE *handle, const OSSL_DISPATCH *in, const OSSL_DISPATCH **out, void **provctx) ossl_child_provider_init() argument
|
| /third_party/openssl/crypto/cms/ |
| H A D | cms_pwri.c | 189 static int kek_unwrap_key(unsigned char *out, size_t *outlen, in kek_unwrap_key() argument 244 static int kek_wrap_key(unsigned char *out, size_t *outlen, in kek_wrap_key() argument [all...] |
| /third_party/openssl/crypto/asn1/ |
| H A D | tasn_utl.c | 182 int ossl_asn1_enc_restore(int *len, unsigned char **out, const ASN1_VALUE **pval, in ossl_asn1_enc_restore() argument
|
| H A D | x_int64.c | 114 static int uint64_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, in uint64_print() argument 223 static int uint32_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, in uint32_print() argument
|
| /third_party/openssl/crypto/bio/ |
| H A D | bf_readbuff.c | 106 static int readbuffer_read(BIO *b, char *out, int outl) in readbuffer_read() argument
|
| H A D | bf_prefix.c | 81 static int prefix_write(BIO *b, const char *out, size_t outl, in prefix_write() argument
|
| H A D | bf_buff.c | 87 static int buffer_read(BIO *b, char *out, int outl) in buffer_read() argument
|
| H A D | bf_lbuf.c | 94 static int linebuffer_read(BIO *b, char *out, int outl) in linebuffer_read() argument
|
| H A D | bf_nbio.c | 80 static int nbiof_read(BIO *b, char *out, int outl) in nbiof_read() argument
|
| /third_party/openssl/crypto/cmac/ |
| H A D | cmac.c | 93 int CMAC_CTX_copy(CMAC_CTX *out, const CMAC_CTX *in) in CMAC_CTX_copy() argument 206 int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen) in CMAC_Final() argument [all...] |
| /third_party/openssl/apps/ |
| H A D | dsaparam.c | 69 BIO *out = NULL; in dsaparam_main() local [all...] |
| /third_party/openssl/crypto/dsa/ |
| H A D | dsa_backend.c | 75 static ossl_inline int dsa_bn_dup_check(BIGNUM **out, const BIGNUM *f) in dsa_bn_dup_check() argument
|
| /third_party/openssl/crypto/ec/curve448/ |
| H A D | scalar.c | 48 static void sc_subx(curve448_scalar_t out, in sc_subx() argument 72 static void sc_montmul(curve448_scalar_t out, const curve448_scalar_t a, in sc_montmul() argument 109 void ossl_curve448_scalar_mul(curve448_scalar_t out, const curve448_scalar_t a, in ossl_curve448_scalar_mul() argument 117 ossl_curve448_scalar_sub(curve448_scalar_t out, const curve448_scalar_t a, const curve448_scalar_t b) ossl_curve448_scalar_sub() argument 124 ossl_curve448_scalar_add(curve448_scalar_t out, const curve448_scalar_t a, const curve448_scalar_t b) ossl_curve448_scalar_add() argument 145 c448_word_t out = 0; scalar_decode_short() local 226 ossl_curve448_scalar_halve(curve448_scalar_t out, const curve448_scalar_t a) ossl_curve448_scalar_halve() argument [all...] |
| H A D | field.h | 44 static INLINE_UNUSED void gf_copy(gf out, const gf a) in gf_copy() argument
|
| /third_party/openssl/crypto/modes/ |
| H A D | ccm128.c | 137 CRYPTO_ccm128_encrypt(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len) CRYPTO_ccm128_encrypt() argument 221 CRYPTO_ccm128_decrypt(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len) CRYPTO_ccm128_decrypt() argument 310 CRYPTO_ccm128_encrypt_ccm64(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len, ccm128_f stream) CRYPTO_ccm128_encrypt_ccm64() argument 374 CRYPTO_ccm128_decrypt_ccm64(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len, ccm128_f stream) CRYPTO_ccm128_decrypt_ccm64() argument [all...] |
| /third_party/openssl/crypto/ocsp/ |
| H A D | v3_ocsp.c | 215 i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce, BIO *out, int indent) i2r_ocsp_nonce() argument 227 i2r_ocsp_nocheck(const X509V3_EXT_METHOD *method, void *nocheck, BIO *out, int indent) i2r_ocsp_nocheck() argument
|
| /third_party/openssl/crypto/pkcs7/ |
| H A D | pk7_smime.c | 213 PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store, BIO *indata, BIO *out, int flags) PKCS7_verify() argument
|
| /third_party/openssl/crypto/rand/ |
| H A D | randfile.c | 186 FILE *out = NULL; in RAND_write_file() local
|