Searched refs:crypto_mech_md5 (Results 1 – 1 of 1) sorted by relevance
63 static crypto_mechanism_t crypto_mech_md5 = { CRYPTO_MECH_INVALID }; variable68 crypto_mech_md5.cm_type = crypto_mech2id(SUN_CKM_MD5); in smb_crypto_mech_init()127 if (crypto_mech_md5.cm_type == CRYPTO_MECH_INVALID) { in smb_compute_MAC()131 status = crypto_digest_init(&crypto_mech_md5, &crypto_ctx, 0); in smb_compute_MAC()