/external/pixman/test/ |
pdf-op-test.c | 54 pixman_image_t *msk = NULL; local 57 msk = pixman_image_create_bits ( 69 pixman_image_composite (op, src, msk, dst, 74 if (msk) 75 pixman_image_unref (msk);
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_psk_common.c | 34 int eap_psk_derive_keys(const u8 *kdk, const u8 *rand_p, u8 *tek, u8 *msk, 52 if (aes_128_encrypt_block(kdk, hash, &msk[i * aes_block_size]))
|
eap_sim_common.h | 80 int eap_sim_derive_keys(const u8 *mk, u8 *k_encr, u8 *k_aut, u8 *msk, 84 const u8 *nonce_s, const u8 *mk, u8 *msk, 94 u8 *k_aut, u8 *k_re, u8 *msk, u8 *emsk); 97 const u8 *nonce_s, u8 *msk, u8 *emsk); 112 u8 *msk, u8 *emsk) 119 const u8 *nonce_s, u8 *msk,
|
eap_gpsk_common.c | 111 u8 *msk, u8 *emsk, 167 wpa_hexdump_key(MSG_DEBUG, "EAP-GPSK: MSK", pos, EAP_MSK_LEN); 168 os_memcpy(msk, pos, EAP_MSK_LEN); 190 u8 *msk, u8 *emsk, u8 *sk, size_t *sk_len, 203 * MSK = GKDF-160 (MK, inputString)[0..63] 218 msk, emsk, sk, *sk_len, 226 u8 *msk, u8 *emsk, 239 * MSK = GKDF-160 (MK, inputString)[0..63] 252 msk, emsk, sk, *sk_len, 270 * @msk: Buffer for 64-byte MS [all...] |
eap_fast_common.h | 102 void eap_fast_derive_eap_msk(const u8 *simck, u8 *msk);
|
eap_gpsk_common.h | 54 u8 *msk, u8 *emsk, u8 *sk, size_t *sk_len,
|
eap_psk_common.h | 70 u8 *msk, u8 *emsk);
|
eap_sim_common.c | 77 int eap_sim_derive_keys(const u8 *mk, u8 *k_encr, u8 *k_aut, u8 *msk, u8 *emsk) 90 os_memcpy(msk, pos, EAP_SIM_KEYING_DATA_LEN); 98 wpa_hexdump_key(MSG_DEBUG, "EAP-SIM: keying material (MSK)", 99 msk, EAP_SIM_KEYING_DATA_LEN); 109 const u8 *nonce_s, const u8 *mk, u8 *msk, 150 if (msk) { 151 os_memcpy(msk, buf, EAP_SIM_KEYING_DATA_LEN); 152 wpa_hexdump(MSG_DEBUG, "EAP-SIM: keying material (MSK)", 153 msk, EAP_SIM_KEYING_DATA_LEN); 278 u8 *k_aut, u8 *k_re, u8 *msk, u8 *emsk [all...] |
eap_sake_common.h | 86 u8 *tek, u8 *msk, u8 *emsk);
|
eap_fast_common.c | 145 void eap_fast_derive_eap_msk(const u8 *simck, u8 *msk) 149 * MSK = T-PRF(S-IMCK[j], "Session Key Generating Function", 64) 154 msk, EAP_FAST_KEY_LEN); 155 wpa_hexdump_key(MSG_DEBUG, "EAP-FAST: Derived key (MSK)", 156 msk, EAP_FAST_KEY_LEN);
|
eap_sake_common.c | 254 * @msk: Buffer for 64-byte MSK 260 const u8 *rand_s, const u8 *rand_p, u8 *tek, u8 *msk, 294 os_memcpy(msk, key_buf, EAP_MSK_LEN); 296 wpa_hexdump_key(MSG_DEBUG, "EAP-SAKE: MSK", msk, EAP_MSK_LEN);
|
eap_eke_common.h | 104 u8 *msk, u8 *emsk);
|
eap_eke_common.c | 555 u8 *msk, u8 *emsk) 564 * MSK | EMSK = prf+(SharedSecret, "EAP-EKE Exported Keys" | ID_S | 591 os_memcpy(msk, buf, EAP_MSK_LEN); 595 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: MSK", msk, EAP_MSK_LEN); 596 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: EMSK", msk, EAP_EMSK_LEN);
|
/external/chromium_org/third_party/opus/src/celt/ |
entenc.c | 247 opus_uint32 msk; local 253 msk=(EC_CODE_TOP-1)>>l; 254 end=(_this->val+msk)&~msk; 255 if((end|msk)>=_this->val+_this->rng){ 257 msk>>=1; 258 end=(_this->val+msk)&~msk;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_program_constants.h | 121 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1)
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_program_constants.h | 121 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1)
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_feature_detection.h | 138 * \param msk row array pointer to mask image 142 const unsigned char * const * msk=NULL, unsigned char fgnd=255) const;
|
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_feature_detection.h | 138 * \param msk row array pointer to mask image 142 const unsigned char * const * msk=NULL, unsigned char fgnd=255) const;
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_feature_detection.h | 138 * \param msk row array pointer to mask image 142 const unsigned char * const * msk=NULL, unsigned char fgnd=255) const;
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
prog_instruction.h | 61 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1)
|
/external/mesa3d/src/mesa/program/ |
prog_instruction.h | 61 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1)
|
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
fimg2d.h | 260 (u)->msk, \ 362 * @msk: set when using mask image 373 struct fimg2d_image *msk; member in struct:fimg2d_blit 403 * @dma_all: total dma size of src, msk, dst 404 * @dma: array of dma info for each src, msk, tmp and dst
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_sake.c | 25 u8 msk[EAP_MSK_LEN]; member in struct:eap_sake_data 347 (u8 *) &data->tek, data->msk, data->emsk); 466 os_memcpy(key, data->msk, EAP_MSK_LEN);
|
eap_server_psk.c | 28 u8 msk[EAP_MSK_LEN]; member in struct:eap_psk_data 126 if (eap_psk_derive_keys(data->kdk, data->rand_p, data->tek, data->msk, 130 wpa_hexdump_key(MSG_DEBUG, "EAP-PSK: MSK", data->msk, EAP_MSK_LEN); 456 os_memcpy(key, data->msk, EAP_MSK_LEN);
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_psk.c | 28 u8 msk[EAP_MSK_LEN]; member in struct:eap_psk_data 250 data->msk, data->emsk)) { 256 wpa_hexdump_key(MSG_DEBUG, "EAP-PSK: MSK", data->msk, EAP_MSK_LEN); 433 os_memcpy(key, data->msk, EAP_MSK_LEN);
|