Searched defs:digest_ctx (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | mech_md5.c | 332 DIGEST_CONTEXT digest_ctx; local 361 (void) memset(&digest_ctx, 0x0, sizeof (DIGEST_CONTEXT)); 380 rc = digest_mgr_init(sess, &digest_ctx, &digest_mech); 382 (void) digest_mgr_cleanup(&digest_ctx); 387 rc = digest_mgr_digest(sess, FALSE, &digest_ctx, 391 (void) digest_mgr_cleanup(&digest_ctx); 395 (void) digest_mgr_cleanup(&digest_ctx); 396 (void) memset(&digest_ctx, 0x0, sizeof (DIGEST_CONTEXT)); 421 rc = digest_mgr_init(sess, &digest_ctx, &digest_mech); 423 (void) digest_mgr_cleanup(&digest_ctx); [all...] |
H A D | mech_sha.c | 66 DIGEST_CONTEXT digest_ctx; local 94 (void) memset(&digest_ctx, 0x0, sizeof (DIGEST_CONTEXT)); 112 rc = digest_mgr_init(sess, &digest_ctx, &digest_mech); 114 (void) digest_mgr_cleanup(&digest_ctx); 119 rc = digest_mgr_digest(sess, FALSE, &digest_ctx, 122 (void) digest_mgr_cleanup(&digest_ctx); 126 (void) digest_mgr_cleanup(&digest_ctx); 127 (void) memset(&digest_ctx, 0x0, sizeof (DIGEST_CONTEXT)); 153 (void) digest_mgr_cleanup(&digest_ctx); 157 rc = digest_mgr_digest_update(sess, &digest_ctx, [all...] |
H A D | mech_rsa.c | 404 DIGEST_CONTEXT digest_ctx; local 414 (void) memset(&digest_ctx, 0x0, sizeof (digest_ctx)); 432 rc = digest_mgr_init(sess, &digest_ctx, &digest_mech); 436 rc = digest_mgr_digest(sess, length_only, &digest_ctx, in_data, 469 (void) digest_mgr_cleanup(&digest_ctx); 533 DIGEST_CONTEXT digest_ctx; local 543 (void) memset(&digest_ctx, 0x0, sizeof (digest_ctx)); 561 rc = digest_mgr_init(sess, &digest_ctx, [all...] |
H A D | tpmtok_int.h | 316 DIGEST_CONTEXT digest_ctx; member in struct:_SESSION
|
Completed in 42 milliseconds