Lines Matching refs:nonce
91 * bits or nonce lengths other than 96 bits.
231 * of the method on a given device, and the nonce must return the same value for every
278 * HmacSharingParameters is the concatenation of its two fields, i.e. seed || nonce.
310 * and a nonce. When T receives the same call, it returns an empty seed and a nonce. When
947 * o Tag::CALLER_NONCE allows the caller to specify a nonce or initialization vector (IV). If
1035 * vector or nonce is required. In most cases, callers shouldn't provide an IV or nonce and the
1036 * IKeymasterDevice implementation must generate a random IV or nonce and return it via
1038 * authorizations contain Tag::CALLER_NONCE, then the caller may provide an IV/nonce with
1039 * Tag::NONCE in inParams. If a nonce is provided when Tag::CALLER_NONCE is not authorized,
1040 * begin() must return ErrorCode::CALLER_NONCE_PROHIBITED. If a nonce is not provided when
1041 * Tag::CALLER_NONCE is authorized, IKeymasterDevice must generate a random IV/nonce.
1063 * a nonce or IV, on keys that were generated with Tag::CALLER_NONCE, inParams may
1071 * initialization, notably to return the IV or nonce from operations that generate an IV
1072 * or nonce.