Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/peripherals/soft-se/
Daes.c513 return_type aes_set_key( const uint8_t key[], length_type keylen, aes_context ctx[1] ) argument
517 switch( keylen )
527 block_copy_nn(ctx->ksch, key, keylen);
528 hi = (keylen + 28) << 2;
530 for( cc = keylen, rc = 1; cc < hi; cc += 4 )
537 if( cc % keylen == 0 )
546 else if( keylen > 24 && cc % keylen == 16 )
553 tt = cc - keylen;
Daes.h88 length_type keylen,