|
| static void | __dtor__ast_aes_decrypt (void) |
| |
| static void | __dtor__ast_aes_encrypt (void) |
| |
| static void | __dtor__ast_aes_set_decrypt_key (void) |
| |
| static void | __dtor__ast_aes_set_encrypt_key (void) |
| |
| static void | __dtor__ast_check_signature (void) |
| |
| static void | __dtor__ast_check_signature_bin (void) |
| |
| static void | __dtor__ast_crypto_loaded (void) |
| |
| static void | __dtor__ast_decrypt_bin (void) |
| |
| static void | __dtor__ast_encrypt_bin (void) |
| |
| static void | __dtor__ast_key_get (void) |
| |
| static void | __dtor__ast_sign (void) |
| |
| static void | __dtor__ast_sign_bin (void) |
| |
| static void | __init__ast_aes_decrypt (void) |
| |
| static void | __init__ast_aes_encrypt (void) |
| |
| static void | __init__ast_aes_set_decrypt_key (void) |
| |
| static void | __init__ast_aes_set_encrypt_key (void) |
| |
| static void | __init__ast_check_signature (void) |
| |
| static void | __init__ast_check_signature_bin (void) |
| |
| static void | __init__ast_crypto_loaded (void) |
| |
| static void | __init__ast_decrypt_bin (void) |
| |
| static void | __init__ast_encrypt_bin (void) |
| |
| static void | __init__ast_key_get (void) |
| |
| static void | __init__ast_sign (void) |
| |
| static void | __init__ast_sign_bin (void) |
| |
| static void | __stub__ast_aes_decrypt (const unsigned char *in, unsigned char *out, const ast_aes_decrypt_key *ctx) |
| | AES decrypt data. More...
|
| |
| static void | __stub__ast_aes_encrypt (const unsigned char *in, unsigned char *out, const ast_aes_encrypt_key *ctx) |
| | AES encrypt data. More...
|
| |
| static int | __stub__ast_aes_set_decrypt_key (const unsigned char *key, ast_aes_decrypt_key *ctx) |
| | Set a decryption key. More...
|
| |
| static int | __stub__ast_aes_set_encrypt_key (const unsigned char *key, ast_aes_encrypt_key *ctx) |
| | Set an encryption key. More...
|
| |
| static int | __stub__ast_check_signature (struct ast_key *key, const char *msg, const char *sig) |
| | Check the authenticity of a message signature using a given public key. More...
|
| |
| static int | __stub__ast_check_signature_bin (struct ast_key *key, const char *msg, int msglen, const unsigned char *sig) |
| | Check the authenticity of a message signature using a given public key. More...
|
| |
| static int | __stub__ast_crypto_loaded (void) |
| |
| static int | __stub__ast_decrypt_bin (unsigned char *dst, const unsigned char *src, int srclen, struct ast_key *key) |
| | Decrypt a message using a given private key. More...
|
| |
| static int | __stub__ast_encrypt_bin (unsigned char *dst, const unsigned char *src, int srclen, struct ast_key *key) |
| | Encrypt a message using a given private key. More...
|
| |
| static struct ast_key * | __stub__ast_key_get (const char *key, int type) |
| | Retrieve a key. More...
|
| |
| static int | __stub__ast_sign (struct ast_key *key, char *msg, char *sig) |
| | Sign a message signature using a given private key. More...
|
| |
| static int | __stub__ast_sign_bin (struct ast_key *key, const char *msg, int msglen, unsigned char *sig) |
| | Sign a message signature using a given private key. More...
|
| |
| static attribute_unused | typeof (__stub__ast_key_get) *ast_key_get |
| |
| static attribute_unused | typeof (__stub__ast_check_signature) *ast_check_signature |
| |
| static attribute_unused | typeof (__stub__ast_check_signature_bin) *ast_check_signature_bin |
| |
| static attribute_unused | typeof (__stub__ast_sign) *ast_sign |
| |
| static attribute_unused | typeof (__stub__ast_sign_bin) *ast_sign_bin |
| |
| static attribute_unused | typeof (__stub__ast_encrypt_bin) *ast_encrypt_bin |
| |
| static attribute_unused | typeof (__stub__ast_decrypt_bin) *ast_decrypt_bin |
| |
| static attribute_unused | typeof (__stub__ast_aes_set_encrypt_key) *ast_aes_set_encrypt_key |
| |
| static attribute_unused | typeof (__stub__ast_aes_set_decrypt_key) *ast_aes_set_decrypt_key |
| |
| static attribute_unused | typeof (__stub__ast_aes_encrypt) *ast_aes_encrypt |
| |
| static attribute_unused | typeof (__stub__ast_aes_decrypt) *ast_aes_decrypt |
| |
| static attribute_unused | typeof (__stub__ast_crypto_loaded) *ast_crypto_loaded |
| |
Provide cryptographic signature routines.
Definition in file crypto.h.