Searched refs:paramTypes (Results 1 – 3 of 3) sorted by relevance
31 op.paramTypes = in sss_sscp_open_session()58 op.paramTypes = in sss_sscp_close_session()94 …op.paramTypes = SSCP_OP_SET_PARAM(kSSCP_ParamType_ContextReference, kSSCP_ParamType_ContextReferen… in sss_sscp_symmetric_context_init()130 op.paramTypes = SSCP_OP_SET_PARAM(kSSCP_ParamType_ContextReference, kSSCP_ParamType_MemrefInput, in sss_sscp_cipher_one_go()163 op.paramTypes = in sss_sscp_cipher_init()191 op.paramTypes = in sss_sscp_cipher_update()231 op.paramTypes = in sss_sscp_cipher_finish()282 op.paramTypes = SSCP_OP_SET_PARAM(kSSCP_ParamType_ContextReference, kSSCP_ParamType_MemrefInput, in sss_sscp_cipher_crypt_ctr()315 op.paramTypes = in sss_sscp_symmetric_context_free()351 …op.paramTypes = SSCP_OP_SET_PARAM(kSSCP_ParamType_ContextReference, kSSCP_ParamType_ContextReferen… in sss_sscp_aead_context_init()[all …]
93 switch (SSCP_OP_GET_PARAM(i, op->paramTypes)) in prepareMessage()
229 #define SSCP_OP_GET_PARAM(i, paramTypes) ((((uint32_t)(paramTypes)) >> (i)*4u) & 0xFu) argument381 uint32_t paramTypes; member