mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-29 19:56:16 +08:00
43 lines
790 B
Plaintext
43 lines
790 B
Plaintext
=pod
|
|
|
|
=encoding utf8
|
|
|
|
=head1 NAME
|
|
|
|
SM9_MASTER_KEY_new, SM9_MASTER_KEY_free, SM9_KEY_new, SM9_KEY_free - SM9 Algorithm
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
#include <openssl/sm9.h>
|
|
|
|
SM9_MASTER_KEY *SM9_MASTER_KEY_new(void);
|
|
void SM9_MASTER_KEY_free(SM9_MASTER_KEY *a);
|
|
|
|
SM9_KEY *SM9_KEY_new(void);
|
|
void SM9_KEY_free(SM9_KEY *a);
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
|
=head1 RETURN VALUES
|
|
|
|
|
|
=head1 CONFORMING TO
|
|
|
|
GM/T 0044-2016 SM9 Identification Cryptographic Algorithm
|
|
|
|
=head1 SEE ALSO
|
|
|
|
L<EVP_DigestInit(3)>
|
|
|
|
=head1 COPYRIGHT
|
|
|
|
Copyright 2014-2019 The GmSSL Project. All Rights Reserved.
|
|
|
|
Licensed under the GmSSL license (the "License"). You may not use
|
|
this file except in compliance with the License. You can obtain a copy
|
|
in the file LICENSE in the source distribution or at
|
|
L<http://gmssl.org/license.html>.
|
|
|
|
=cut
|