Home
last modified time | relevance | path

Searched refs:cryptodebug_init (Results 1 – 8 of 8) sorted by relevance

/titanic_53/usr/src/lib/libcryptoutil/common/
H A Ddebug.c123 cryptodebug_init(const char *prefix) in cryptodebug_init() function
H A Dcryptoutil.h182 extern void cryptodebug_init(const char *prefix);
H A Dmapfile-vers45 cryptodebug_init;
/titanic_53/usr/src/lib/libcryptoutil/
H A DREADME56 cryptodebug_init(),
64 The cryptodebug_init() routine allows the caller to set a message
72 cryptodebug_init("elfsign");
/titanic_53/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c158 cryptodebug_init(cmdname); in main()
/titanic_53/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c217 cryptodebug_init(cmdname); in main()
/titanic_53/usr/src/cmd/cmd-crypto/elfsign/
H A Delfsign.c155 cryptodebug_init("elfsign"); in main()
/titanic_53/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dcryptoadm.c132 cryptodebug_init(basename(argv[0])); in main()