asn1_string_new.pod

来自「开源的ssl算法openssl,版本0.9.8H」· POD 代码 · 共 45 行

POD
45
字号
=pod=head1 NAMEASN1_STRING_new, ASN1_STRING_type_new, ASN1_STRING_free -ASN1_STRING allocation functions=head1 SYNOPSIS ASN1_STRING * ASN1_STRING_new(void); ASN1_STRING * ASN1_STRING_type_new(int type); void ASN1_STRING_free(ASN1_STRING *a);=head1 DESCRIPTIONASN1_STRING_new() returns an allocated B<ASN1_STRING> structure. Its typeis undefined.ASN1_STRING_type_new() returns an allocated B<ASN1_STRING> structure oftype B<type>.ASN1_STRING_free() frees up B<a>.=head1 NOTESOther string types call the B<ASN1_STRING> functions. For exampleASN1_OCTET_STRING_new() calls ASN1_STRING_type(V_ASN1_OCTET_STRING).=head1 RETURN VALUESASN1_STRING_new() and ASN1_STRING_type_new() return a validASN1_STRING structure or B<NULL> if an error occurred.ASN1_STRING_free() does not return a value.=head1 SEE ALSOL<ERR_get_error(3)|ERR_get_error(3)>=head1 HISTORYTBA=cut

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?