Home
last modified time | relevance | path

Searched defs:out (Results 1476 - 1500 of 3962) sorted by relevance

1...<<51525354555657585960>>...159

/third_party/openssl/crypto/evp/
H A Dbio_md.c73 static int md_read(BIO *b, char *out, int outl) in md_read() argument
H A De_rc4_hmac_md5.c76 static int rc4_hmac_md5_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in rc4_hmac_md5_cipher() argument
[all...]
H A Dcmeth_lib.c106 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 De_camellia.c220 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 De_des.c60 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 Dp5_crpt2.c22 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 Dppccap.c65 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 Dprovider_child.c57 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 Dcms_pwri.c189 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 Dtasn_utl.c182 int ossl_asn1_enc_restore(int *len, unsigned char **out, const ASN1_VALUE **pval, in ossl_asn1_enc_restore() argument
H A Dx_int64.c114 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 Dbf_readbuff.c106 static int readbuffer_read(BIO *b, char *out, int outl) in readbuffer_read() argument
H A Dbf_prefix.c81 static int prefix_write(BIO *b, const char *out, size_t outl, in prefix_write() argument
H A Dbf_buff.c87 static int buffer_read(BIO *b, char *out, int outl) in buffer_read() argument
H A Dbf_lbuf.c94 static int linebuffer_read(BIO *b, char *out, int outl) in linebuffer_read() argument
H A Dbf_nbio.c80 static int nbiof_read(BIO *b, char *out, int outl) in nbiof_read() argument
/third_party/openssl/crypto/cmac/
H A Dcmac.c93 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 Ddsaparam.c69 BIO *out = NULL; in dsaparam_main() local
[all...]
/third_party/openssl/crypto/dsa/
H A Ddsa_backend.c75 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 Dscalar.c48 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 Dfield.h44 static INLINE_UNUSED void gf_copy(gf out, const gf a) in gf_copy() argument
/third_party/openssl/crypto/modes/
H A Dccm128.c137 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 Dv3_ocsp.c215 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 Dpk7_smime.c213 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 Drandfile.c186 FILE *out = NULL; in RAND_write_file() local

Completed in 13 milliseconds

1...<<51525354555657585960>>...159