📄 dsa_size.pod
字号:
=pod=head1 NAMEDSA_size - get DSA signature size=head1 SYNOPSIS #include <openssl/dsa.h> int DSA_size(const DSA *dsa);=head1 DESCRIPTIONThis function returns the size of an ASN.1 encoded DSA signature inbytes. It can be used to determine how much memory must be allocatedfor a DSA signature.B<dsa-E<gt>q> must not be B<NULL>.=head1 RETURN VALUEThe size in bytes.=head1 SEE ALSOL<dsa(3)|dsa(3)>, L<DSA_sign(3)|DSA_sign(3)>=head1 HISTORYDSA_size() is available in all versions of SSLeay and OpenSSL.=cut
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -