Searched refs:alg_mech_name (Results 1 – 3 of 3) sorted by relevance
2521 bcopy(alg->alg_mech_name, attr, CRYPTO_MAX_MECH_NAME); in spdsock_dumpalgs()2735 bcopy(mech_name, alg->alg_mech_name, in spdsock_do_updatealg()2737 alg->alg_mech_name[CRYPTO_MAX_MECH_NAME-1] = '\0'; in spdsock_do_updatealg()3698 if (strncmp(alg->alg_mech_name, mechs[mech_idx], in spdsock_merge_algs()3700 mt = crypto_mech2id(alg->alg_mech_name); in spdsock_merge_algs()
5079 if (strncmp(alg->alg_mech_name, in ipsec_prov_update_callback_stack()5090 if (strncmp(alg->alg_mech_name, in ipsec_prov_update_callback_stack()
880 crypto_mech_name_t alg_mech_name; /* KCF mechanism name */ member