Lines Matching refs:key_len
647 flow_log(" key: %d\n", cipher_parms->key_len);
648 flow_dump(" key: ", cipher_parms->key_buf, cipher_parms->key_len);
654 flow_log(" authkey: %d\n", hash_parms->key_len);
655 flow_dump(" authkey: ", hash_parms->key_buf, hash_parms->key_len);
703 if (hash_parms->key_len) {
704 memcpy(ptr, hash_parms->key_buf, hash_parms->key_len);
705 ptr += hash_parms->key_len;
706 buf_len += hash_parms->key_len;
707 sctx_words += hash_parms->key_len / 4;
737 if (cipher_parms->key_len) {
739 cipher_parms->key_len);
740 ptr += cipher_parms->key_len;
741 buf_len += cipher_parms->key_len;
742 sctx_words += cipher_parms->key_len / 4;
845 flow_log(" key: %d\n", cipher_parms->key_len);
846 flow_dump(" key: ", cipher_parms->key_buf, cipher_parms->key_len);
864 if (cipher_parms->key_len) {
865 ptr += cipher_parms->key_len;
866 sctx_words += cipher_parms->key_len / 4;
887 if (cipher_parms->alg && cipher_parms->key_len)
888 memcpy(spuh + 1, cipher_parms->key_buf, cipher_parms->key_len);
903 return sizeof(struct SPUHEADER) + cipher_parms->key_len +