<p>here the result with the source code packages.<br>
I hope I did it right.</p>
<pre><code>(gdb) frame 0
#0  aesni_ecb_encrypt () at crypto/aes/aesni-x86_64.s:524
warning: Source file is more recent than executable.
524             movl    240(%rcx),%eax
(gdb) list
519     aesni_ecb_encrypt:
520     .cfi_startproc  
521             andq    $-16,%rdx
522             jz      .Lecb_ret
523     
524             movl    240(%rcx),%eax
525             movups  (%rcx),%xmm0
526             movq    %rcx,%r11
527             movl    %eax,%r10d
528             testl   %r8d,%r8d
(gdb) frame 1
#1  0x00007f6d1b5d5917 in aesni_ecb_cipher (len=16, in=0x7f6d17780fc0 "\036\234\364\354\062\311\005\316\036۫\023\065N\235\305l\001\306-", out=0x7f6d17d97aa8 "", ctx=0x7f6d177810a8) at ../crypto/evp/e_aes.c:319
319         aesni_ecb_encrypt(in, out, len, &EVP_C_DATA(EVP_AES_KEY,ctx)->ks.ks,
(gdb) list
314         size_t bl = EVP_CIPHER_CTX_block_size(ctx);
315     
316         if (len < bl)
317             return 1;
318     
319         aesni_ecb_encrypt(in, out, len, &EVP_C_DATA(EVP_AES_KEY,ctx)->ks.ks,
320                           EVP_CIPHER_CTX_encrypting(ctx));
321     
322         return 1;
323     }
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/issues/2077?email_source=notifications&email_token=ABO7UZNBXYY5OHRWXGVBEG3QMMJZRA5CNFSM4I23Q2LKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAATZJY#issuecomment-536951975">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZJC2ECHTX2VBZ36O7LQMMJZRANCNFSM4I23Q2LA">mute the thread</a>.<img src="https://github.com/notifications/beacon/ABO7UZNHWGTJGB7BCILHQDDQMMJZRA5CNFSM4I23Q2LKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAATZJY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/issues/2077?email_source=notifications\u0026email_token=ABO7UZNBXYY5OHRWXGVBEG3QMMJZRA5CNFSM4I23Q2LKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAATZJY#issuecomment-536951975",
"url": "https://github.com/kamailio/kamailio/issues/2077?email_source=notifications\u0026email_token=ABO7UZNBXYY5OHRWXGVBEG3QMMJZRA5CNFSM4I23Q2LKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAATZJY#issuecomment-536951975",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>