Home
last modified time | relevance | path

Searched refs:resLengthBytes (Results 1 – 1 of 1) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttribute.java1004 int resLengthBytes = resLength / BITS_PER_BYTE; in AtRes() local
1005 if (resLengthBytes < MIN_RES_LEN_BYTES || resLengthBytes > MAX_RES_LEN_BYTES) { in AtRes()
1010 res = new byte[resLengthBytes]; in AtRes()
1013 int bytesUsed = MIN_ATTR_LENGTH + resLengthBytes; in AtRes()