Searched refs:SECURITY_ENCRYPT (Results 1 – 1 of 1) sorted by relevance
18 SECURITY_ENCRYPT = 1 << 1, /* Encrypt the data */ enumerator113 aes_expand_key(oper & SECURITY_ENCRYPT ? key : zero_key, key_schedule); in encrypt_and_sign()117 if (oper & SECURITY_ENCRYPT) { in encrypt_and_sign()