Home
last modified time | relevance | path

Searched defs:out (Results 426 - 450 of 4014) sorted by relevance

1...<<11121314151617181920>>...161

/third_party/openssl/test/
H A Dsha_test.c14 test_static_sha_common(const char *input, size_t length, const unsigned char *out, unsigned char *(*md)(const unsigned char *d, size_t n, unsigned char *md)) test_static_sha_common() argument
/third_party/python/Include/cpython/
H A Dtupleobject.h43 PyAPI_FUNC(void) _PyTuple_DebugMallocStats(FILE *out); variable
H A Dlistobject.h25 PyAPI_FUNC(void) _PyList_DebugMallocStats(FILE *out); variable
/third_party/pulseaudio/speex/libspeexdsp/
H A Dtestjitter.c27 JitterBufferPacket in, out; in jitterFill() local
52 JitterBufferPacket in, out; in main() local
[all...]
/third_party/openssl/crypto/asn1/
H A Da_i2d_fp.c18 int ASN1_i2d_fp(i2d_of_void *i2d, FILE *out, const void *x) in ASN1_i2d_fp() argument
34 int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, const void *x) in ASN1_i2d_bio() argument
71 int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, const void *x) in ASN1_item_i2d_fp() argument
87 int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, const void *x) in ASN1_item_i2d_bio() argument
/third_party/openssl/crypto/bf/
H A Dbf_cfb64.c25 void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out, in BF_cfb64_encrypt() argument
H A Dbf_ofb64.c24 void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out, in BF_ofb64_encrypt() argument
/third_party/openssl/crypto/ct/
H A Dct_prn.c19 static void SCT_signature_algorithms_print(const SCT *sct, BIO *out) in SCT_signature_algorithms_print() argument
29 static void timestamp_print(uint64_t timestamp, BIO *out) in timestamp_print() argument
70 void SCT_print(const SCT *sct, BIO *out, int indent, in SCT_print() argument
[all...]
H A Dct_x509v3.c26 i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list, BIO *out, int indent) i2r_SCT_LIST() argument
/third_party/openssl/crypto/ec/
H A Decdh_kdf.c24 int ossl_ecdh_kdf_X9_63(unsigned char *out, size_t outlen, in ossl_ecdh_kdf_X9_63() argument
57 int ECDH_KDF_X9_62(unsigned char *out, size_t outlen, in ECDH_KDF_X9_62() argument
/third_party/openssl/crypto/idea/
H A Di_cfb64.c26 void IDEA_cfb64_encrypt(const unsigned char *in, unsigned char *out, in IDEA_cfb64_encrypt() argument
H A Di_ofb64.c25 void IDEA_ofb64_encrypt(const unsigned char *in, unsigned char *out, in IDEA_ofb64_encrypt() argument
/third_party/openssl/crypto/des/
H A Dofb64enc.c23 DES_ofb64_encrypt(register const unsigned char *in, register unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, int *num) DES_ofb64_encrypt() argument
H A Dcfb64enc.c24 void DES_cfb64_encrypt(const unsigned char *in, unsigned char *out, in DES_cfb64_encrypt() argument
H A Dcbc_cksm.c25 unsigned char *out = &(*output)[0]; in DES_cbc_cksum() local
/third_party/openssl/crypto/ec/curve448/arch_32/
H A Df_impl.h23 void gf_add_RAW(gf out, const gf a, const gf b) in gf_add_RAW() argument
31 void gf_sub_RAW(gf out, const gf a, const gf b) in gf_sub_RAW() argument
/third_party/openssl/crypto/ec/curve448/arch_64/
H A Df_impl.h21 void gf_add_RAW(gf out, const gf a, const gf b) in gf_add_RAW() argument
31 void gf_sub_RAW(gf out, const gf a, const gf b) in gf_sub_RAW() argument
/third_party/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl193 sub out { global() subroutine
249 sub out { global() subroutine
305 sub out { global() subroutine
414 sub out { global() subroutine
439 sub out { global() subroutine
509 sub out { global() subroutine
764 sub out { global() subroutine
985 sub out { global() subroutine
[all...]
/third_party/openssl/crypto/rc2/
H A Drc2cfb64.c25 void RC2_cfb64_encrypt(const unsigned char *in, unsigned char *out, in RC2_cfb64_encrypt() argument
H A Drc2ofb64.c24 void RC2_ofb64_encrypt(const unsigned char *in, unsigned char *out, in RC2_ofb64_encrypt() argument
/third_party/openssl/crypto/evp/
H A De_idea.c41 static int idea_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in idea_ecb_cipher() argument
H A De_null.c45 static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in null_cipher() argument
H A Dp_open.c64 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_OpenFinal() argument
/third_party/openssl/crypto/lhash/
H A Dlh_stats.c62 void OPENSSL_LH_stats_bio(const OPENSSL_LHASH *lh, BIO *out) in OPENSSL_LH_stats_bio() argument
82 OPENSSL_LH_node_stats_bio(const OPENSSL_LHASH *lh, BIO *out) OPENSSL_LH_node_stats_bio() argument
94 OPENSSL_LH_node_usage_stats_bio(const OPENSSL_LHASH *lh, BIO *out) OPENSSL_LH_node_usage_stats_bio() argument
[all...]
/third_party/openssl/crypto/modes/
H A Dcbc128.c24 void CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out, in CRYPTO_cbc128_encrypt() argument
76 CRYPTO_cbc128_decrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) CRYPTO_cbc128_decrypt() argument
[all...]

Completed in 8 milliseconds

1...<<11121314151617181920>>...161