Maxim Integrated / MaximBLE

Dependents:   BLE_Thermometer MAXWSNENV_demo

Embed: (wiki syntax)

« Back to documentation index

wsf_sec.h File Reference

wsf_sec.h File Reference

AES and random number security service API. More...

Go to the source code of this file.

Data Structures

struct  wsfSecAes_t

Typedefs

typedef void(* wsfSecAesCback_t )(wsfSecAes_t *pMsg)

Functions

void WsfSecInit (void)
 Initialize the security service. This function should only be called once upon system initialization.
void WsfSecRandInit (void)
 Initialize the random number service. This function should only be called once upon system initialization.

Detailed Description

AES and random number security service API.

Date:
2011-10-14 21:35:03 -0700 (Fri, 14 Oct 2011)
Revision:
191

Copyright (c) 2010-2016 ARM Limited. All rights reserved.

SPDX-License-Identifier: LicenseRef-PBL

Licensed under the Permissive Binary License, Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.mbed.com/licenses/PBL-1.0

See the License for the specific language governing permissions and limitations under the License.

Definition in file wsf_sec.h.


Typedef Documentation

typedef void(* wsfSecAesCback_t)(wsfSecAes_t *pMsg)

AES callback function type

Definition at line 42 of file wsf_sec.h.


Function Documentation

WsfSecInit ( void   )

Initialize the security service. This function should only be called once upon system initialization.

Returns:
None.
WsfSecRandInit ( void   )

Initialize the random number service. This function should only be called once upon system initialization.

Returns:
None.