Searched refs:alg_mech_name (Results 1 – 3 of 3) sorted by relevance
2518 bcopy(alg->alg_mech_name, attr, CRYPTO_MAX_MECH_NAME); in spdsock_dumpalgs()2732 bcopy(mech_name, alg->alg_mech_name, in spdsock_do_updatealg()2734 alg->alg_mech_name[CRYPTO_MAX_MECH_NAME-1] = '\0'; in spdsock_do_updatealg()3674 if (strncmp(alg->alg_mech_name, mechs[mech_idx], in spdsock_merge_algs()3676 mt = crypto_mech2id(alg->alg_mech_name); in spdsock_merge_algs()
5071 if (strncmp(alg->alg_mech_name, in ipsec_prov_update_callback_stack()5082 if (strncmp(alg->alg_mech_name, in ipsec_prov_update_callback_stack()
880 crypto_mech_name_t alg_mech_name; /* KCF mechanism name */ member