Home | History | Annotate | Download | only in libipsec

Lines Matching refs:m_sec_ctx

251 	struct sadb_x_sec_ctx *m_sec_ctx;
290 m_sec_ctx = (struct sadb_x_sec_ctx *)mhp[SADB_X_EXT_SEC_CTX];
447 if (m_sec_ctx != NULL) {
449 m_sec_ctx->sadb_x_ctx_doi);
451 m_sec_ctx->sadb_x_ctx_alg);
453 m_sec_ctx->sadb_x_ctx_len);
455 (char *)m_sec_ctx + sizeof(struct sadb_x_sec_ctx));
497 struct sadb_x_sec_ctx *m_sec_ctx;
522 m_sec_ctx = (struct sadb_x_sec_ctx *)mhp[SADB_X_EXT_SEC_CTX];
629 if (m_sec_ctx != NULL) {
631 m_sec_ctx->sadb_x_ctx_doi);
633 m_sec_ctx->sadb_x_ctx_alg);
635 m_sec_ctx->sadb_x_ctx_len);
637 (char *)m_sec_ctx + sizeof(struct sadb_x_sec_ctx));