Searched defs:CTR (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/crypto/
H A Dencryptor.h29 CTR, enumerator in enum:crypto::Encryptor::Mode
32 // This class implements a 128-bits counter to be used in AES-CTR encryption.
62 // If |mode| is CBC, |iv| must not be empty; if it is CTR, then |iv| must be
81 // Sets the counter value when in CTR mode. Currently only 128-bits
90 // Generates a mask using |counter_| to be used for encryption in CTR mode.
99 // This method is used only in CTR mode.
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLCipher.java54 CTR, enum constant in enum:OpenSSLCipher.Mode
561 public static class CTR extends AES { class in class:OpenSSLCipher.AES
562 public CTR() { method in class:OpenSSLCipher.AES.CTR
563 super(Mode.CTR, Padding.NOPADDING);
611 case CTR:
/external/oprofile/opcontrol/
H A Dopcontrol.cpp47 #define CTR(n) (1<<(n)) macro
397 (event_info[event_idx].counters & CTR(num_events)) == 0) {
463 printf(" name: %s\n", find_event_name_from_id(num, CTR(i)));

Completed in 1409 milliseconds