Module otc_nas_security

Function Index

decrypt/6
decrypt/7
encrypt/6
encrypt/7
kdf/0
mac/6
mac/7

Function Details

decrypt/6

decrypt(Alg, Key, Count, Bearer, Direction, Text) -> any()

decrypt/7

decrypt(X1, Key, Count, Bearer, Direction, Text, Length) -> any()

encrypt/6

encrypt(Alg, Key, Count, Bearer, Direction, Text) -> any()

encrypt/7

encrypt(X1, Key, Count, Bearer, Direction, Text, Length) -> any()

kdf/0

kdf() -> any()

mac/6

mac(Alg, Key, Count, Bearer, Direction, Message) -> any()

mac/7

mac(X1, Key, Count, Bearer, Direction, Message, Length) -> any()


Generated by EDoc