pike.git
/
src
/
post_modules
/
Nettle
/
cipher.cmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/post_modules/Nettle/cipher.cmod:3653:
PIKEVAR object(Nettle_BufferedCipher) KW; PIKECLASS _KW program_flags PROGRAM_NEEDS_PARENT|PROGRAM_USES_PARENT; { /*! @decl inherit __builtin.Nettle.AE */ INHERIT "__builtin.Nettle.AE"; /*! @decl string(8bit) name()
-
*! Returns the name of the base cipher with @expr{".
CCM
"@} appended.
+
*! Returns the name of the base cipher with @expr{".
KW
"@} appended.
*/ PIKEFUN string(0..255) name() optflags OPT_TRY_OPTIMIZE; { apply_external(1, f_Nettle_Cipher_name_fun_num, args); push_static_text(".KW"); f_add(2); } PIKEFUN int(8..8) digest_size()