/device/google/contexthub/lib/nanohub/ |
D | aes.c | 344 void aesCbcInitForEncr(struct AesCbcContext *ctx, const uint32_t *k, const uint32_t *iv) in aesCbcInitForEncr() argument 347 memcpy(ctx->iv, iv, sizeof(uint32_t[AES_BLOCK_WORDS])); in aesCbcInitForEncr() 350 void aesCbcInitForDecr(struct AesCbcContext *ctx, const uint32_t *k, const uint32_t *iv) in aesCbcInitForDecr() argument 355 memcpy(ctx->iv, iv, sizeof(uint32_t[AES_BLOCK_WORDS])); in aesCbcInitForDecr() 363 ctx->iv[i] ^= *src++; in aesCbcEncr() 365 aesEncr(&ctx->aes, ctx->iv, dst); in aesCbcEncr() 366 memcpy(ctx->iv, dst, sizeof(uint32_t[AES_BLOCK_WORDS])); in aesCbcEncr() 375 tmp[i] ^= ctx->iv[i]; in aesCbcDecr() 377 memcpy(ctx->iv, src, sizeof(uint32_t[AES_BLOCK_WORDS])); in aesCbcDecr()
|
/device/google/contexthub/lib/include/nanohub/ |
D | aes.h | 43 uint32_t iv[AES_BLOCK_WORDS]; member 46 void aesCbcInitForEncr(struct AesCbcContext *ctx, const uint32_t *k, const uint32_t *iv); 47 void aesCbcInitForDecr(struct AesCbcContext *ctx, const uint32_t *k, const uint32_t *iv);
|
/device/google/contexthub/firmware/inc/platform/stm32f4xx/ |
D | bl.h | 85 … (*blAesCbcInitForEncr)(struct AesCbcContext *ctx, const uint32_t *k, const uint32_t *iv); 86 … (*blAesCbcInitForDecr)(struct AesCbcContext *ctx, const uint32_t *k, const uint32_t *iv);
|
/device/asus/fugu/self-extractors/widevine/ |
D | LICENSE | 79 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/moto/shamu/self-extractors/broadcom/ |
D | LICENSE | 79 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/asus/fugu/self-extractors/broadcom/ |
D | LICENSE | 79 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/asus/fugu/self-extractors/google/ |
D | LICENSE | 79 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/asus/fugu/self-extractors/intel/ |
D | LICENSE | 95 Software except for the Limited Purpose, (iv) remove or alter any of
|
/device/moto/shamu/self-extractors/moto/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/google/dragon/self-extractors/google_devices/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/huawei/angler/self-extractors/huawei/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/huawei/angler/self-extractors/qcom/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/moto/shamu/self-extractors/qcom/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/asus/fugu/self-extractors/asus/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/lge/bullhead/self-extractors/lge/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/google/dragon/self-extractors/nvidia/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/htc/flounder/self-extractors/htc/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/lge/bullhead/self-extractors/qcom/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|