Home
last modified time | relevance | path

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

/openssl-master/apps/
A Denc.c28 #undef SIZE
30 #define SIZE (512) macro
329 strbuf = app_malloc(SIZE, "strbuf"); in enc_main()
358 i = EVP_read_pw_string((char *)strbuf, SIZE, prompt, enc); in enc_main()
515 OPENSSL_cleanse(str, SIZE); in enc_main()
/openssl-master/crypto/ui/
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-master/crypto/poly1305/asm/
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-master/doc/man7/
A Dprovider.pod182 ALGNAME[VERSION?][-SUBNAME[VERSION?]?][-SIZE?][-MODE?]
190 SIZE is only present if multiple versions of an algorithm exist with different
/openssl-master/crypto/chacha/asm/
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-master/
A DCHANGES.md4846 Where "p" points to some malloc'd data of SIZE bytes and
4847 limit == p + SIZE
4853 defined where len <= SIZE. Therefore the above idiom is actually
6047 Where "p" points to some malloc'd data of SIZE bytes and
6048 limit == p + SIZE
6054 defined where len <= SIZE. Therefore the above idiom is actually

Completed in 34 milliseconds