Home
last modified time | relevance | path

Searched refs:CK_AES_GCM_PARAMS (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Daes.c295 param_len = sizeof (CK_AES_GCM_PARAMS); in aes_check_mech_param()
1399 mechanism->cm_param_len != sizeof (CK_AES_GCM_PARAMS)) { in aes_common_init_ctx()
1431 CK_AES_GCM_PARAMS *gcm_params) in process_gmac_mech()
1504 CK_AES_GCM_PARAMS gcm_params; in aes_mac_atomic()
1514 gcm_mech.cm_param_len = sizeof (CK_AES_GCM_PARAMS); in aes_mac_atomic()
1531 CK_AES_GCM_PARAMS gcm_params; in aes_mac_verify_atomic()
1543 gcm_mech.cm_param_len = sizeof (CK_AES_GCM_PARAMS); in aes_mac_verify_atomic()
H A Ddprov.c4422 STRUCT_DECL(CK_AES_GCM_PARAMS, params); in copyin_aes_gcm_mech()
4423 CK_AES_GCM_PARAMS *aes_gcm_params; in copyin_aes_gcm_mech()
4457 sizeof (CK_AES_GCM_PARAMS) + nonce_len + auth_data_len; in copyin_aes_gcm_mech()
4467 = (uchar_t *)aes_gcm_params + sizeof (CK_AES_GCM_PARAMS); in copyin_aes_gcm_mech()
4485 out_mech->cm_param_len = sizeof (CK_AES_GCM_PARAMS); in copyin_aes_gcm_mech()
4908 CK_AES_GCM_PARAMS *params; in dprov_free_mechanism()
4913 params = (CK_AES_GCM_PARAMS *)mech->cm_param; in dprov_free_mechanism()
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/gcm/
H A Daes_gcm.c38 CK_AES_GCM_PARAMS param = { in main()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dcommon.h88 typedef struct CK_AES_GCM_PARAMS { struct
95 } CK_AES_GCM_PARAMS; argument
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kcrypt.h59 CK_AES_GCM_PARAMS gcm;
/illumos-gate/usr/src/common/crypto/modes/
H A Dgcm.c485 gcm_validate_args(CK_AES_GCM_PARAMS *gcm_param) in gcm_validate_args()
619 CK_AES_GCM_PARAMS *gcm_param; in gcm_init_ctx()
622 gcm_param = (CK_AES_GCM_PARAMS *)(void *)param; in gcm_init_ctx()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h1861 typedef struct CK_AES_GCM_PARAMS { struct
1868 } CK_AES_GCM_PARAMS; typedef
1870 typedef CK_AES_GCM_PARAMS CK_PTR CK_AES_GCM_PARAMS_PTR;
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h54 CK_AES_GCM_PARAMS paramu_gcm;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_crypt.c393 CK_AES_GCM_PARAMS gcmp; in zio_do_crypt_uio()
446 mech.cm_param_len = sizeof (CK_AES_GCM_PARAMS); in zio_do_crypt_uio()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c8100 CK_AES_GCM_PARAMS *params;
8103 params = (CK_AES_GCM_PARAMS *)(combined_mech + 1);
8114 cm_mech->combined_mech.cm_param_len = sizeof (CK_AES_GCM_PARAMS);