Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
opt
/
alt
/
ruby21
/
share
/
ri
/
2.1.0
/
system
/
OpenSSL
/
Cipher
/
//opt/alt/ruby21/share/ri/2.1.0/system/OpenSSL/Cipher/auth_tag-i.ri
U:RDoc::AnyMethod[iI" auth_tag:ETI"OpenSSL::Cipher#auth_tag;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"NGets the authentication tag generated by Authenticated Encryption Cipher ;TI"Pmodes (GCM for example). This tag may be stored along with the ciphertext, ;TI"Kthen set on the decryption cipher to authenticate the contents of the ;TI"Pciphertext against changes. If the optional integer parameter +tag_len+ is ;TI"Ogiven, the returned tag will be +tag_len+ bytes long. If the parameter is ;TI"Komitted, the maximum length of 16 bytes will be returned. For maximum ;TI"8security, the default of 16 bytes should be chosen.;To:RDoc::Markup::BlankLine o; ; [I">The tag may only be retrieved after calling Cipher#final.;T: @fileI"ext/openssl/ossl_cipher.c;T:0@omit_headings_from_table_of_contents_below0I"+cipher.auth_tag([ tag_len ] -> string ;T0[ I"(p1 = v1);T@FI"Cipher;TcRDoc::NormalClass00