/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/os/inc/ |
D | bl.h | 70 … (*blAesCbcInitForEncr)(struct AesCbcContext *ctx, const uint32_t *k, const uint32_t *iv); 71 … (*blAesCbcInitForDecr)(struct AesCbcContext *ctx, const uint32_t *k, const uint32_t *iv);
|
/device/linaro/hikey/self-extractors_hikey960/hisilicon/ |
D | LICENSE | 50 products that incorporate the Feedback; and (iv) sublicense (together with the rights to further su…
|
/device/linaro/poplar/proprietary/hisilicon/ |
D | LICENSE | 26 …ise distribute and dispose of products that incorporate the Feedback; and (iv) sublicense (togethe…
|
/device/google/muskie/self-extractors/qcom/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/linaro/dragonboard/db845c/firmware/ |
D | LICENSE.qcom.txt | 32 file setting forth the terms and condition of this Agreement; (iv) you may not
|
D | NOTICE | 32 file setting forth the terms and condition of this Agreement; (iv) you may not
|
/device/google/coral/self-extractors/google_devices/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/google/bonito/self-extractors/google_devices/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/google/crosshatch/self-extractors/qcom/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/google/taimen/self-extractors/google_devices/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/google/bonito/self-extractors_sargo/qcom/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/google/coral/self-extractors_flame/qcom/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/google/coral/self-extractors_flame/google_devices/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/google/crosshatch/self-extractors/google_devices/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/google/crosshatch/self-extractors_blueline/google_devices/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/google/muskie/self-extractors/google_devices/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/google/crosshatch/self-extractors_blueline/qcom/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/google/taimen/self-extractors/qcom/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/linaro/dragonboard/db845c/firmware/qcom/venus-5.2/ |
D | NOTICE | 32 file setting forth the terms and condition of this Agreement; (iv) you may not
|
/device/linaro/dragonboard/installer/db845c/dragonboard-845c-bootloader-ufs-aosp/ |
D | LICENSE | 32 file setting forth the terms and condition of this Agreement; (iv) you may not
|
/device/google/bonito/self-extractors/qcom/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/google/bonito/self-extractors_sargo/google_devices/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|
/device/google/coral/self-extractors/qcom/ |
D | LICENSE | 80 Purpose, (iv) remove or alter any of the copyright or proprietary
|