Searched refs:BUF_reverse (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BUF_MEM_new.pod | 6 BUF_MEM_grow_clean, BUF_reverse 22 void BUF_reverse(unsigned char *out, const unsigned char *in, size_t size); 45 BUF_reverse() reverses B<size> bytes at B<in> into B<out>. If B<in>
|
/third_party/openssl/crypto/evp/ |
D | e_des3.c | 341 BUF_reverse(icv, NULL, 8); in des_ede3_unwrap() 342 BUF_reverse(out, NULL, inl - 16); in des_ede3_unwrap() 343 BUF_reverse(EVP_CIPHER_CTX_iv_noconst(ctx), iv, 8); in des_ede3_unwrap() 380 BUF_reverse(out, NULL, inl + 16); in des_ede3_wrap()
|
/third_party/openssl/include/openssl/ |
D | buffer.h | 52 void BUF_reverse(unsigned char *out, const unsigned char *in, size_t siz);
|
/third_party/openssl/crypto/buffer/ |
D | buffer.c | 148 void BUF_reverse(unsigned char *out, const unsigned char *in, size_t size) in BUF_reverse() function
|
/third_party/openssl/ssl/statem/ |
D | statem_lib.c | 320 BUF_reverse(sig, NULL, siglen); in tls_construct_cert_verify() 472 BUF_reverse(gost_data, data, len); in tls_process_cert_verify()
|
/third_party/openssl/apps/ |
D | s_server.c | 3481 BUF_reverse((unsigned char *)buf, NULL, i); in rev_body()
|
/third_party/openssl/util/ |
D | libcrypto.num | 2718 BUF_reverse 2682 1_1_0 EXIST::FUNCTION:
|