Lines Matching refs:key_len
649 flow_log(" key: %d\n", cipher_parms->key_len);
650 flow_dump(" key: ", cipher_parms->key_buf, cipher_parms->key_len);
656 flow_log(" authkey: %d\n", hash_parms->key_len);
657 flow_dump(" authkey: ", hash_parms->key_buf, hash_parms->key_len);
705 if (hash_parms->key_len) {
706 memcpy(ptr, hash_parms->key_buf, hash_parms->key_len);
707 ptr += hash_parms->key_len;
708 buf_len += hash_parms->key_len;
709 sctx_words += hash_parms->key_len / 4;
739 if (cipher_parms->key_len) {
741 cipher_parms->key_len);
742 ptr += cipher_parms->key_len;
743 buf_len += cipher_parms->key_len;
744 sctx_words += cipher_parms->key_len / 4;
847 flow_log(" key: %d\n", cipher_parms->key_len);
848 flow_dump(" key: ", cipher_parms->key_buf, cipher_parms->key_len);
866 if (cipher_parms->key_len) {
867 ptr += cipher_parms->key_len;
868 sctx_words += cipher_parms->key_len / 4;
889 if (cipher_parms->alg && cipher_parms->key_len)
890 memcpy(spuh + 1, cipher_parms->key_buf, cipher_parms->key_len);
905 return sizeof(struct SPUHEADER) + cipher_parms->key_len +