Searched refs:decrypt_key (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/porting/liteos_a/user/src/crypt/ |
D | encrypt.c | 27 struct expanded_key decrypt_key, *key; in encrypt() local 42 key = &decrypt_key; in encrypt() 44 decrypt_key.l[i] = __encrypt_key.l[15-i]; in encrypt() 45 decrypt_key.r[i] = __encrypt_key.r[15-i]; in encrypt()
|
/third_party/musl/src/crypt/ |
D | encrypt.c | 25 struct expanded_key decrypt_key, *key; in encrypt() local 39 key = &decrypt_key; in encrypt() 41 decrypt_key.l[i] = __encrypt_key.l[15-i]; in encrypt() 42 decrypt_key.r[i] = __encrypt_key.r[15-i]; in encrypt()
|
/third_party/ffmpeg/libavformat/ |
D | crypto.c | 47 uint8_t *decrypt_key; member 69 …{"decryption_key", "AES decryption key", OFFSET(decrypt_key), AV_OPT_TYPE_BINARY… 125 if ((ret = set_aes_arg(h, &c->decrypt_key, &c->decrypt_keylen, in crypto_open2() 156 ret = av_aes_init(c->aes_decrypt, c->decrypt_key, BLOCKSIZE * 8, 1); in crypto_open2()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | picture.c | 284 context->desc.base.decrypt_key = CALLOC(1, drm_key_size); in handleVAProtectedSliceDataBufferType() 285 memcpy(context->desc.base.decrypt_key, encrypted_data, drm_key_size); in handleVAProtectedSliceDataBufferType()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_video_state.h | 139 uint8_t *decrypt_key; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeon_vcn_dec.c | 1704 DECRYPT_PARAMETERS *decrypt = (DECRYPT_PARAMETERS *)picture->decrypt_key; in rvcn_dec_message_decode()
|