VirtualBox

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

最後變更 在這個檔案從99507是 94320,由 vboxsync 提交於 3 年 前

libs/openssl-3.0.1: Export to OSE and fix copyright headers in Makefiles, bugref:10128

檔案大小: 710 位元組
 
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
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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