Home
last modified time | relevance | path

Searched defs:buf (Results 26 – 50 of 281) sorted by relevance

12345678910>>...12

/openssl/crypto/des/
H A Dfcrypt.c64 char *DES_crypt(const char *buf, const char *salt) in DES_crypt()
97 char *DES_fcrypt(const char *buf, const char *salt, char *ret) in DES_fcrypt()
/openssl/test/
H A Dhmactest.c131 unsigned char buf[EVP_MAX_MD_SIZE]; in test_hmac_run() local
222 unsigned char buf[EVP_MAX_MD_SIZE]; in test_hmac_copy() local
282 static char buf[80]; in pt() local
H A Dchacha_internal_test.c162 unsigned char buf[sizeof(ref)]; in test_cha_cha_internal() local
H A Drc2test.c51 unsigned char buf[8], buf2[8]; in test_rc2() local
H A Drecordlentest.c31 unsigned char buf[256]; in write_record() local
88 unsigned char buf; in test_record_overflow() local
H A Dmembio_test.c21 char buf[80]; in test_dgram() local
/openssl/providers/common/
H A Dprovider_seeding.c56 void ossl_prov_cleanup_entropy(PROV_CTX *prov_ctx, unsigned char *buf, in ossl_prov_cleanup_entropy()
73 void ossl_prov_cleanup_nonce(PROV_CTX *prov_ctx, unsigned char *buf, size_t len) in ossl_prov_cleanup_nonce()
/openssl/crypto/bio/
H A Dossl_core_bio.c89 OSSL_CORE_BIO *ossl_core_bio_new_mem_buf(const void *buf, int len) in ossl_core_bio_new_mem_buf()
106 int ossl_core_bio_gets(OSSL_CORE_BIO *cb, char *buf, int size) in ossl_core_bio_gets()
111 int ossl_core_bio_puts(OSSL_CORE_BIO *cb, const char *buf) in ossl_core_bio_puts()
/openssl/doc/designs/ddd/
H A Dddd-02-conn-nonblocking.c60 BIO *out, *buf; in new_conn() local
123 int tx(APP_CONN *conn, const void *buf, int buf_len) in tx()
148 int rx(APP_CONN *conn, void *buf, int buf_len) in rx()
/openssl/providers/implementations/rands/seeding/
H A Drand_cpu_arm64.c53 static size_t get_hardware_random_value(unsigned char *buf, size_t len) in get_hardware_random_value()
/openssl/ssl/
H A Ds3_enc.c23 unsigned char buf[16], smd[SHA_DIGEST_LENGTH]; in ssl3_generate_key_block() local
288 BIO *buf = BIO_new(BIO_s_mem()); in ssl3_init_finished_mac() local
313 int ssl3_finish_mac(SSL_CONNECTION *s, const unsigned char *buf, size_t len) in ssl3_finish_mac()
455 unsigned char buf[EVP_MAX_MD_SIZE]; in ssl3_generate_master_secret() local
/openssl/crypto/
H A Darmcap.c70 static size_t OPENSSL_rndr_wrapper(size_t (*func)(unsigned char *, size_t), unsigned char *buf, siz… in OPENSSL_rndr_wrapper()
84 size_t OPENSSL_rndr_bytes(unsigned char *buf, size_t len) in OPENSSL_rndr_bytes()
89 size_t OPENSSL_rndrrs_bytes(unsigned char *buf, size_t len) in OPENSSL_rndrrs_bytes()
H A Dpacket.c128 int WPACKET_init_static_len(WPACKET *pkt, unsigned char *buf, size_t len, in WPACKET_init_static_len()
145 int WPACKET_init_der(WPACKET *pkt, unsigned char *buf, size_t len) in WPACKET_init_der()
159 int WPACKET_init_len(WPACKET *pkt, BUF_MEM *buf, size_t lenbytes) in WPACKET_init_len()
173 int WPACKET_init(WPACKET *pkt, BUF_MEM *buf) in WPACKET_init()
274 unsigned char *buf = GETBUF(pkt); in wpacket_intern_close() local
504 unsigned char *buf = GETBUF(pkt); in WPACKET_get_curr() local
H A Dparams_from_text.c130 void *buf, size_t buf_n, BIGNUM *tmpbn) in construct_from_text()
201 void *buf = NULL; in OSSL_PARAM_allocate_from_text() local
/openssl/fuzz/
H A Dasn1parse.c35 int FuzzerTestOneInput(const uint8_t *buf, size_t len) in FuzzerTestOneInput()
H A Dct.c28 int FuzzerTestOneInput(const uint8_t *buf, size_t len) in FuzzerTestOneInput()
H A Dcms.c28 int FuzzerTestOneInput(const uint8_t *buf, size_t len) in FuzzerTestOneInput()
H A Dconf.c26 int FuzzerTestOneInput(const uint8_t *buf, size_t len) in FuzzerTestOneInput()
H A Dcrl.c24 int FuzzerTestOneInput(const uint8_t *buf, size_t len) in FuzzerTestOneInput()
H A Dx509.c26 int FuzzerTestOneInput(const uint8_t *buf, size_t len) in FuzzerTestOneInput()
/openssl/crypto/rand/
H A Drand_lib.c245 void RAND_seed(const void *buf, int num) in RAND_seed()
262 void RAND_add(const void *buf, int num, double randomness) in RAND_add()
279 int RAND_pseudo_bytes(unsigned char *buf, int num) in RAND_pseudo_bytes()
319 int RAND_priv_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num, in RAND_priv_bytes_ex()
341 int RAND_priv_bytes(unsigned char *buf, int num) in RAND_priv_bytes()
348 int RAND_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num, in RAND_bytes_ex()
370 int RAND_bytes(unsigned char *buf, int num) in RAND_bytes()
/openssl/crypto/evp/
H A Devp_key.c47 int EVP_read_pw_string(char *buf, int len, const char *prompt, int verify) in EVP_read_pw_string()
52 int EVP_read_pw_string_min(char *buf, int min, int len, const char *prompt, in EVP_read_pw_string_min()
/openssl/crypto/asn1/
H A Da_object.c53 int a2d_ASN1_OBJECT(unsigned char *out, int olen, const char *buf, int num) in a2d_ASN1_OBJECT()
181 int i2t_ASN1_OBJECT(char *buf, int buf_len, const ASN1_OBJECT *a) in i2t_ASN1_OBJECT()
188 char buf[80], *p = buf; in i2a_ASN1_OBJECT() local
/openssl/demos/bio/
H A Dserver-cmod.c24 unsigned char buf[512]; in main() local
/openssl/crypto/ec/
H A Decp_oct.c161 unsigned char *buf, size_t len, BN_CTX *ctx) in ossl_ec_GFp_simple_point2oct()
275 const unsigned char *buf, size_t len, in ossl_ec_GFp_simple_oct2point()

Completed in 67 milliseconds

12345678910>>...12