| 514 | } |
| 515 | |
| 516 | const struct crypto_session_params * |
| 517 | crypto_get_params(crypto_session_t crypto_session) |
| 518 | { |
| 519 | return (&crypto_session->csp); |
| 520 | } |
| 521 | |
| 522 | struct auth_hash * |
| 523 | crypto_auth_hash(const struct crypto_session_params *csp) |
no outgoing calls
no test coverage detected