Home | History | Annotate | Download | only in 4.0

Lines Matching refs:keyFormat

20 import android.hardware.keymaster@3.0::KeyFormat;
496 * @param keyFormat The format of the key material to import. See KeyFormat in types.hal.
498 * @pram keyData The key material to import, in the format specifed in keyFormat.
507 importKey(vec<KeyParameter> keyParams, KeyFormat keyFormat, vec<uint8_t> keyData)
518 * keyFormat INTEGER, # Values from KeyFormat enum.
533 * o keyFormat is an integer from the KeyFormat enum, defining the format of the plaintext
543 * o encryptedKey is the key material of the key to be imported, in format keyFormat, and
559 * 5. Perform the equivalent of calling importKey(keyParams, keyFormat, keyData), except
627 * @parm keyFormat The format used for export. See KeyFormat in types.hal.
644 exportKey(KeyFormat keyFormat, vec<uint8_t> keyBlob, vec<uint8_t> clientId,