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