VirtualBox

source: vbox/trunk/src/libs/openssl-3.1.3/doc/life-cycles/rand.dot@ 102427

Last change on this file since 102427 was 101211, checked in by vboxsync, 17 months ago

openssl-3.1.3: Applied and adjusted our OpenSSL changes to 3.1.2. bugref:10527

File size: 710 bytes
Line 
1strict digraph rand {
2 bgcolor="transparent";
3
4 begin [label=start, color="#deeaee", style="filled"];
5 newed [fontcolor="#c94c4c", style="solid"];
6 instantiated [fontcolor="#c94c4c"];
7 uninstantiated [fontcolor="#c94c4c"];
8 end [label="freed", color="#deeaee", style="filled"];
9
10 begin -> newed [label="EVP_RAND_CTX_new"];
11 newed -> instantiated [label="EVP_RAND_instantiate"];
12 instantiated -> instantiated [label="EVP_RAND_generate"];
13 instantiated -> uninstantiated [label="EVP_RAND_uninstantiate"];
14 uninstantiated -> end [label="EVP_RAND_CTX_free"];
15 uninstantiated -> instantiated [label="EVP_RAND_instantiate", style=dashed, color="#034f84", fontcolor="#034f84"];
16}
17
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette