Home
last modified time | relevance | path

Searched refs:SIZE (Results 1 – 6 of 6) sorted by path

/openssl/
H A DCHANGES.md5243 Where "p" points to some malloc'd data of SIZE bytes and
5244 limit == p + SIZE
5250 defined where len <= SIZE. Therefore the above idiom is actually
6444 Where "p" points to some malloc'd data of SIZE bytes and
6445 limit == p + SIZE
6451 defined where len <= SIZE. Therefore the above idiom is actually
/openssl/apps/
H A Denc.c28 #undef SIZE
30 #define SIZE (512) macro
333 strbuf = app_malloc(SIZE, "strbuf"); in enc_main()
366 i = EVP_read_pw_string((char *)strbuf, SIZE, prompt, enc); in enc_main()
523 OPENSSL_cleanse(str, SIZE); in enc_main()
/openssl/crypto/chacha/asm/
H A Dchacha-s390x.pl430 SIZE ("ChaCha20_ctr32",".-ChaCha20_ctr32");
719 SIZE ("ChaCha20_ctr32_4x",".-ChaCha20_ctr32_4x");
1035 SIZE ("ChaCha20_ctr32_vx",".-ChaCha20_ctr32_vx");
/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl121 SIZE ("poly1305_init",".-poly1305_init");
218 SIZE ("poly1305_blocks",".-poly1305_blocks");
284 SIZE ("poly1305_blocks_vx",".-poly1305_blocks_vx");
349 SIZE ("__poly1305_mul",".-__poly1305_mul");
879 SIZE ("__poly1305_blocks_vx",".-__poly1305_blocks_vx");
962 SIZE ("poly1305_emit",".-poly1305_emit");
/openssl/crypto/ui/
H A Dui_openssl.c263 # define SIZE 4 in read_till_nl() macro
264 char buf[SIZE + 1]; in read_till_nl()
267 if (!fgets(buf, SIZE, in)) in read_till_nl()
/openssl/doc/man7/
H A Dprovider.pod214 ALGNAME[VERSION?][-SUBNAME[VERSION?]?][-SIZE?][-MODE?]
222 SIZE is only present if multiple versions of an algorithm exist with different

Completed in 65 milliseconds