HomeSort by relevance Sort by last modified time
    Searched refs:ae_init (Results 1 - 3 of 3) sorted by null

  /system/keymaster/include/keymaster/key_blob_utils/
ae.h 65 * and deallocates any auxiliary structures allocated during ae_init().
75 int ae_init(ae_ctx* ctx, const void* key, int key_len, int nonce_len, int tag_len);
101 * ctx - Pointer to an ae_ctx structure initialized by ae_init.
102 * nonce - Pointer to a nonce_len (defined in ae_init) byte nonce.
131 * ctx - Pointer to an ae_ctx structure initialized by ae_init.
132 * nonce - Pointer to a nonce_len (defined in ae_init) byte nonce.
138 * tag - Pointer to tag_len (defined in ae_init) bytes; or NULL
  /system/keymaster/key_blob_utils/
ocb_utils.cpp 109 if (ae_init(ctx->get(), derived_key.get(), AES_BLOCK_SIZE /* key length */, OCB_NONCE_LENGTH,
ocb.c 46 / Setting either to 0 requires the value be set at runtime via ae_init().
48 #define OCB_KEY_LEN 16 /* 0, 16, 24 or 32. 0 means set in ae_init */
49 #define OCB_TAG_LEN 16 /* 0 to 16. 0 means set in ae_init */
703 int ae_init(ae_ctx* ctx, const void* key, int key_len, int nonce_len, int tag_len) { function
    [all...]

Completed in 251 milliseconds